Learn R Programming

mdatools (version 0.7.0)

plotXLoadings.pls: X loadings plot for PLS

Description

Shows plot with X loading values for selected components.

Usage

"plotXLoadings"(obj, comp = c(1, 2), type = "p", main = "X loadings", ylab = NULL, xlab = NULL, show.axes = T, ...)

Arguments

obj
a PLS model (object of class pls)
comp
which components to show the plot for (one or vector with several values)
type
type of the plot
main
main plot title
ylab
label for y axis
xlab
label for x axis
show.axes
logical, show or not a axes lines crossing origin (0,0)
...
other plot parameters (see mdaplotg for details)

Details

See examples in help for pls function.