Shows plot with X scores values for selected components.
# S3 method for pls
plotXScores(obj, comp = c(1, 2), main = "X scores",
show.axes = T, ...)
a PLS model (object of class pls
)
which components to show the plot for (one or vector with several values)
main plot title
logical, show or not a axes lines crossing origin (0,0)
other plot parameters (see mdaplotg
for details)
See examples in help for pls
function.