plotPCAvariance {psichomics}R Documentation

Create the explained variance plot from a PCA

Description

Create the explained variance plot from a PCA

Usage

plotPCAvariance(pca)

Arguments

pca

prcomp object

Value

Plot variance as an highchart object

See Also

Other functions to analyse principal components: calculateLoadingsContribution(), performPCA(), plotPCA()

Examples

pca <- prcomp(USArrests)
plotPCAvariance(pca)

[Package psichomics version 1.20.1 Index]