Shows a plot with explained variance values vs. number of components.
# S3 method for ldecomp
plotVariance(obj, type = "b", main = "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 plot objects.
what to show as labels for plot objects.
most of graphical parameters from mdaplot
function can be used.