plotScores.ldecomp: Scores plot

View source: R/ldecomp.R

plotScores.ldecompR Documentation

Scores plot

Description

Shows a plot with scores values for data objects.

Usage

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

Arguments

obj

object of ldecomp class.

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 mdaplot function can be used.


svkucheryavski/mdatools documentation built on Aug. 25, 2023, 12:27 p.m.