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