View source: R/analysis_dimReduction_pca.R
plotPCAvariance | R Documentation |
Create the explained variance plot from a PCA
plotPCAvariance(pca)
pca |
|
Plot variance as an highchart
object
Other functions to analyse principal components:
calculateLoadingsContribution()
,
performPCA()
,
plotPCA()
pca <- prcomp(USArrests)
plotPCAvariance(pca)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.