fill_dimnames {MMUPHin} | R Documentation |
Fill in artificial row/column names to a matrix or data frame, if they are missing
fill_dimnames(x, row_prefix, col_prefix)
x |
matrix or data frame |
row_prefix |
prefix for the artificial row names |
col_prefix |
prefix for the artificial column names |
x but with the missing dimension names filled in