Learn R Programming

mdatools (version 0.9.1)

plotScores.ldecomp: Scores plot for linear decomposition

Description

Shows a plot with scores values for data objects.

Usage

# 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, ...)

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

type

type of the plot

xlab

label for x-axis.

ylab

label for y-axis.

show.labels

logical, show or not labels for the plot objects

show.legend

logical, show or not a legend on the plot.

show.axes

logical, show or not a axes lines crossing origin (0,0)

...

most of graphical parameters from mdaplot function can be used.