
Last chance! 50% off unlimited learning
Sale ends in
Shows plot with X loading values for selected components.
# S3 method for pls
plotWeights(
obj,
comp = 1,
type = (if (nrow(obj$weights) < 20) "h" else "l"),
show.axes = TRUE,
show.legend = TRUE,
...
)
a PLS model (object of class pls
)
which components to show the plot for (one or vector with several values)
type of the plot
logical, show or not a axes lines crossing origin (0,0)
logical, show or not a legend
other plot parameters (see mdaplotg
for details)
See examples in help for pls
function.