plotScores.ldecomp | R Documentation |
Shows a plot with scores values for data objects.
## S3 method for class 'ldecomp'
plotScores(
obj,
comp = if (obj$ncomp > 1) c(1, 2) else 1,
type = "p",
show.axes = TRUE,
show.plot = TRUE,
...
)
obj |
object of |
comp |
which components to show the plot for (can be one value or vector with two values). |
type |
type of the plot |
show.axes |
logical, show or not a axes lines crossing origin (0,0) |
show.plot |
logical, shall plot be created or just plot series object is needed |
... |
most of graphical parameters from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.