Learn R Programming

mdatools (version 0.7.0)

plotScores.ldecomp: Scores plot for linear decomposition

Description

Shows a plot with scores values for data objects.

Usage

"plotScores"(obj, comp = c(1, 2), main = "Scores", show.labels = F, show.axes = F, ...)

Arguments

obj
object of ldecomp class.
comp
which components to show the plot for (can be one value or vector with two values).
main
main title for the plot
show.labels
logical, show or not labels for the plot objects
show.axes
logical, show or not a axes lines crossing origin (0,0)
...
most of graphical parameters from mdaplot function can be used.