setrownames {easybio} | R Documentation |
Rename Row Names of a Data Frame or Matrix
Description
This function renames the row names of a data frame or matrix to the specified names.
Usage
setrownames(object, nm)
Arguments
object |
A data frame or matrix whose row names will be renamed. |
nm |
A character vector containing the new names for the rows. |
Value
A data frame or matrix with the new row names.
[Package easybio version 1.1.1 Index]