plotCumVariance.pca {mdatools}R Documentation

Cumulative explained variance plot for PCA model

Description

Shows a plot with cumulative explained variance for components.

Usage

## S3 method for class '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.


[Package mdatools version 0.14.1 Index]