| ndim {rexposome} | R Documentation |
Number of principal components in an ExposomePCA.
ndim(object)
object |
|
The number of components in the ExposomePCA.
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
data("exposome")
epca <- pca(expo[3:7, 1:100])
ndim(epca)