Skip to contents

Retrieve or set the dimnames of an object.

Usage

# S4 method for MultivariateAnalysis
dim(x)

# S4 method for MultivariateAnalysis
rownames(x, do.NULL = TRUE, prefix = "row")

# S4 method for MultivariateAnalysis
colnames(x, do.NULL = TRUE, prefix = "col")

# S4 method for 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.

Author

N. Frerebeau