View source: R/setRowColNames.R
setRowNames | R Documentation |
rownames(x) = y
, colnames(x) = y
.Wrapper for rownames(x) = y
, colnames(x) = y
.
setRowNames(x, names) setColNames(x, names)
x |
[ |
names |
[ |
Changed object x
.
setColNames(matrix(1:4, 2, 2), c("a", "b"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.