Learn R Programming

mdatools (version 0.7.0)

plotXYScores.plsres: XY scores plot for PLS results

Description

Shows plot with X vs. Y scores values for PLS results.

Usage

"plotXYScores"(obj, comp = 1, type = "p", main = "XY scores", xlab = "X scores", ylab = "Y scores", ...)

Arguments

obj
PLS results (object of class plsres)
comp
which component to show the plot for
type
type of the plot
main
main plot title
xlab
label for x axis
ylab
label for y axis
...
other plot parameters (see mdaplot for details)

Details

See examples in help for plsres function.