dimnames {dimensio} | R Documentation |
Dimnames of an Object
Description
Retrieve or set the dimnames of an object.
Usage
## S4 method for signature 'MultivariateAnalysis'
dim(x)
## S4 method for signature 'MultivariateAnalysis'
rownames(x, do.NULL = TRUE, prefix = "row")
## S4 method for signature 'MultivariateAnalysis'
colnames(x, do.NULL = TRUE, prefix = "col")
## S4 method for signature 'MultivariateAnalysis'
dimnames(x)
Arguments
x |
An object from which to retrieve the row or column names
(a |
do.NULL |
A |
prefix |
A |
Author(s)
N. Frerebeau
See Also
Other mutators:
get_contributions()
,
get_coordinates()
,
get_data()
,
get_distances()
,
get_eigenvalues()
,
loadings()
,
subset()
[Package dimensio version 0.8.1 Index]