plotXYScores.plsres: 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, 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
...
other plot parameters (see mdaplot for
details)
Details
See examples in help for plsres function.