Sets and retrieves column and row names. The functions
are for compatibility with SPlus.
Usage
colIds(x, ...)
rowIds(x, ...)
Arguments
x
a numeric matrix.
...
arguments to be passed.
Details
Usualli in R the functions colnames, and rownames are
used to retrieve and set the names of matrices. The functions
rowIds and colIds, are S-Plus like synonyms.