Learn R Programming

mdatools (version 0.7.0)

plotXScores.plsres: X scores plot for PLS results

Description

Shows plot with scores values for PLS decomposition of x data.

Usage

"plotXScores"(obj, comp = c(1, 2), main = NULL, ...)

Arguments

obj
PLS results (object of class plsres)
comp
which components to show the plot for (one or vector with several values)
main
main plot title
...
other plot parameters (see mdaplot for details)

Details

See examples in help for plsres function.