plotCumVariance.ldecomp {mdatools} | R 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 |
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 |
[Package mdatools version 0.14.1 Index]