Shows a plot with cumulative explained variance values vs. number of components.
# S3 method for ldecomp
plotCumVariance(obj, type = "b",
main = "Cumulative variance", xlab = "Components",
ylab = "Explained variance, %", show.labels = F, labels = "values",
...)
object of ldecomp
class.
type of the plot
main title for the plot
label for x axis
label for y axis
logical, show or not labels for the plot objects
what to show as labels for plot objects
most of graphical parameters from mdaplot
function can be used.