Create the explained variance plot from a PCA
Source:R/analysis_dimReduction_pca.R
plotPCAvariance.Rd
Create the explained variance plot from a PCA
See also
Other functions to analyse principal components:
calculateLoadingsContribution()
,
performPCA()
,
plotPCA()
Examples
pca <- prcomp(USArrests)
plotPCAvariance(pca)