plotVariance {psichomics} | R Documentation |
Create the explained variance plot from a PCA
plotVariance(pca)
pca |
|
Plot variance as an highchart
object
Other functions to analyse principal components:
calculateLoadingsContribution()
,
performPCA()
,
plotPCA()
pca <- prcomp(USArrests) plotVariance(pca)