plotXYScores.plsres {mdatools} | R Documentation |
Shows plot with X vs. Y scores values for PLS results.
## S3 method for class 'plsres'
plotXYScores(obj, ncomp = 1, show.plot = TRUE, ...)
obj |
PLS results (object of class |
ncomp |
which component to show the plot for |
show.plot |
logical, show plot or just return plot data |
... |
other plot parameters (see |
See examples in help for plsres
function.