plotXYLoadings.pls | R Documentation |
Shows plot with X and Y loading values for selected components.
## S3 method for class 'pls'
plotXYLoadings(obj, comp = c(1, 2), show.axes = TRUE, ...)
obj |
a PLS model (object of class |
comp |
which components to show the plot for (one or vector with several values) |
show.axes |
logical, show or not a axes lines crossing origin (0,0) |
... |
other plot parameters (see |
See examples in help for pls
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.