Description Usage Arguments Value Examples
PCA over a X matrix by singular value decomposition, the preprocessing involves the mean-centering of X.
| 1 | 
| x | A data matrix on which will be based the analysis. | 
| ncomp | Number of Principal Components. | 
A list with the following elements:
scoresScores
loadingsLoadings
eigvalEigenvalues
pcdSingular values
pcuNormalized scores
varExplained variance
cumvarCumulated explained variance
original.datasetOriginal dataset
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.