ndim-methods: Number of principal components in an ExposomePCA.

Description Usage Arguments Value See Also Examples

Description

Number of principal components in an ExposomePCA.

Usage

1
ndim(object)

Arguments

object

ExposomePCA to obtain the number of components.

Value

The number of components in the ExposomePCA.

See Also

plotPCA to plot the PCA values of an ExposomePCA, clustering to see how the exposures can cluster samples, correlation to compute the correlation between exposures

Examples

1
2
3
data("exposome")
epca <- pca(expo[3:7, 1:100])
ndim(epca)

rexposome documentation built on March 13, 2021, 2:01 a.m.