Description Usage Arguments Examples
View source: R/PCA.R
A Principal Components Analysis tool based on single value decomposition
1
PCA(data, scale = FALSE)
data
An N x P matrix of N observations on P features.
scale
If TRUE features are scaled AND centered. If FALSE features are only centered. default: FALSE
PCA.model <- PCA(iris[,1:4])
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.