fill_dimnames {MMUPHin}R Documentation

Fill in artificial row/column names to a matrix or data frame, if they are missing

Description

Fill in artificial row/column names to a matrix or data frame, if they are missing

Usage

fill_dimnames(x, row_prefix, col_prefix)

Arguments

x

matrix or data frame

row_prefix

prefix for the artificial row names

col_prefix

prefix for the artificial column names

Value

x but with the missing dimension names filled in


[Package MMUPHin version 1.8.1 Index]