Learn R Programming

mdatools (version 0.14.1)

plotCumVariance.pca: Cumulative explained variance plot for PCA model

Description

Shows a plot with cumulative explained variance for components.

Usage

# S3 method for pca
plotCumVariance(obj, legend.position = "bottomright", ...)

Arguments

obj

a PCA model (object of class pca)

legend.position

position of the legend

...

other plot parameters (see mdaplotg for details)

Details

See examples in help for pca function.