plotXYScores.pls {mdatools} | R Documentation |
Shows plot with X vs. Y scores values for selected component.
## S3 method for class 'pls' plotXYScores(obj, ncomp = 1, show.axes = TRUE, res = obj$res, ...)
obj |
a PLS model (object of class |
ncomp |
which component to show the plot for |
show.axes |
logical, show or not a axes lines crossing origin (0,0) |
res |
list with result objects to show the plot for (by defaul, model results are used) |
... |
other plot parameters (see |
See examples in help for pls
function.