This help topic is for R version 0.60. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/rownames.html
rownames {base}R Documentation

Row Labels

Description

rownames can be used to retrieve or set the row labels of a matrix.

Usage

rownames(x)
rownames(x) <- namevector

[Package base version 0.60 ]