mset_names | R Documentation |
Set the name of the matrix.
mset_names(X, names = NULL) mset_colnames(X, names = NULL) mset_rownames(X, names = NULL)
X |
A matrix. |
names |
A character vector corresponding to the variable names. For
|
mset_colnames
: Set column names only.
mset_rownames
: Set row names only.
Other Matrix manipulators:
matrixop
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.