plotXYScores.plsres {mdatools} | R Documentation |
XY scores plot for PLS results
Description
Shows plot with X vs. Y scores values for PLS results.
Usage
## S3 method for class 'plsres'
plotXYScores(obj, ncomp = 1, show.plot = TRUE, ...)
Arguments
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 |
Details
See examples in help for plsres
function.
[Package mdatools version 0.14.1 Index]