View source: R/03-doubleMatrix.R
fixMatrixCols | R Documentation |
Fix columns of a matrix. If fixed colums are specified, they are used as column names otherwise oldNames are kept.
fixMatrixCols(m, oldNames, fixedCols = FALSE, row, col)
m |
matrix |
oldNames |
(character) old column names, e.g. of "meanData()" or "covarianceData()" |
fixedCols |
either FALSE or a character vector of column names to be kept, e.g. "Offset", "longitude", "latitude", ... |
row |
(character) row variable, e.g. "obsvnNames" |
col |
(character) column variable, e.g. "targetNames" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.