dimnames: Dimnames of an Object

dimnamesR 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 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(s)

N. Frerebeau

See Also

Other mutators: get_contributions(), get_coordinates(), get_data(), get_distances(), get_eigenvalues(), loadings(), subset()


dimensio documentation built on Nov. 25, 2023, 1:08 a.m.