Retrieve or set the dimnames of an object.
Usage
# S4 method for class 'MultivariateAnalysis'
dim(x)
# S4 method for class 'MultivariateAnalysis'
rownames(x, do.NULL = TRUE, prefix = "row")
# S4 method for class 'MultivariateAnalysis'
colnames(x, do.NULL = TRUE, prefix = "col")
# S4 method for class 'MultivariateAnalysis'
dimnames(x)
Arguments
- x
An object from which to retrieve the row or column names
(a CA or PCA object).
- do.NULL
A logical scalar. If FALSE and names are NULL, names
are created.
- prefix
A character string specifying the prefix for created names.