Shows a plot with scores values for data objects.
# S3 method for ldecomp
plotScores(obj, comp = c(1, 2), main = "Scores",
type = "p", xlab = NULL, ylab = NULL, show.labels = FALSE,
show.legend = TRUE, show.axes = TRUE, ...)
object of ldecomp
class.
which components to show the plot for (can be one value or vector with two values).
main title for the plot
type of the plot
label for x-axis.
label for y-axis.
logical, show or not labels for the plot objects
logical, show or not a legend on the plot.
logical, show or not a axes lines crossing origin (0,0)
most of graphical parameters from mdaplot
function can be used.