| pcadata {MorphoTools2} | R Documentation |
Class pcadata
Description
The pcadata class is designed for storing results of principal component analysis (PCA).
Format
Class pcadata.
- objects
-
- ID
IDs of each row of
scoresobject.- Population
population membership of each row of
scoresobject.- Taxon
taxon membership of each row of
scoresobject.- scores
ordination scores of cases (objects, OTUs).
- eigenVectors
matrix of eigenvectors (i.e., a matrix of characters loadings).
- eigenValues
eigenvalues of principal components, i.e., proportion of variation of the original dataset expressed by individual axes.
- eigenvaluesAsPercent
eigenvalues as percent, percentage of their total sum.
- cumulativePercentageOfEigenvalues
cumulative percentage of eigenvalues.
- groupMeans
data.framecontaining the means for the taxa.- rank
number of principal components.
- center, scale
the centring and scaling of the input data.
[Package MorphoTools2 version 1.0.1.1 Index]