plotXScores.pls: X scores plot for PLS

View source: R/pls.R

plotXScores.plsR Documentation

X scores plot for PLS

Description

Shows plot with X scores values for selected components.

Usage

## S3 method for class 'pls'
plotXScores(
  obj,
  comp = if (obj$ncomp > 1) c(1, 2) else 1,
  show.axes = TRUE,
  main = "Scores (X)",
  res = obj$res,
  ...
)

Arguments

obj

a PLS model (object of class pls)

comp

which components to show the plot for (one or vector with several values)

show.axes

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

main

main plot title

res

list with result objects to show the plot for (by defaul, model results are used)

...

other plot parameters (see mdaplotg for details)

Details

See examples in help for pls function.


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.