| pca {pcurve} | R Documentation |
Calculates principal components from a matrix
pca(mat, cent = TRUE, scle = FALSE)
mat |
a numeric matrix. |
cent |
a logical value referring to center argument in scale. |
scle |
a logical value referring to scale argument in scale. |
R port by Chris Walsh Chris.Walsh@sci.monash.edu.au from S+ library by Glenn De'ath glenn.death@jcu.edu.au.