plotRegcoeffs.pls: Regression coefficient plot for PLS
Description
Shows plot with regression coefficient values for selected components.
Usage
# S3 method for pls
plotRegcoeffs(obj, ncomp = NULL, ...)
Arguments
obj
a PLS model (object of class pls)
ncomp
how many components to use (if NULL - user selected optimal value will be used)
...
other plot parameters (see mdaplotg and plot.regcoeffs for details)
Details
See examples in help for pls function.