pca | R Documentation |
performs PCA on matrix X
pca(X, type = "SPCA")
X |
matrix to apply PCA on |
type |
PCA (no rescale) or SPCA (rescale) |
list of PCA parameters (PCs from X, mean, eigenvectors and values)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.