Shows plot with X and Y loading values for selected components.
# S3 method for pls
plotXYLoadings(obj, comp = c(1, 2), main = "XY loadings",
show.axes = F, ...)
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.