pca.calc {RGeostats} | R Documentation |
Calculate the PCA for a multivariate data set
pca.calc(db, verbose=FALSE)
db |
The |
verbose |
When TRUE, the verbose option is switched ON during the calculation of the PCAs. |
The data are centered and normalized automatically before any processing.
A pca-class
object which contains the transformation
matrices from Variables to Factors and vice-versa.