plotXYScores.plsres: XY scores plot for PLS results
Description
Shows plot with X vs. Y scores values for PLS results.
Usage
# S3 method for plsres
plotXYScores(obj, ncomp = 1, ...)
Arguments
obj
PLS results (object of class plsres
)
ncomp
which component to show the plot for
...
other plot parameters (see mdaplot
for details)
Details
See examples in help for plsres
function.