plotCumVariance.ldecomp: Cumulative explained variance plot

View source: R/ldecomp.R

plotCumVariance.ldecompR Documentation

Cumulative explained variance plot

Description

Shows a plot with cumulative explained variance vs. number of components.

Usage

## S3 method for class 'ldecomp'
plotCumVariance(obj, type = "b", labels = "values", show.plot = TRUE, ...)

Arguments

obj

object of ldecomp class.

type

type of the plot

labels

what to show as labels for plot objects

show.plot

logical, shall plot be created or just plot series object is needed

...

most of graphical parameters from mdaplot function can be used.


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.