plotPredictions.plsres: Predictions plot for PLS results
Description
Shows plot with predicted vs. reference (measured) y values for selected components.
Usage
"plotPredictions"(obj, ny = 1, ncomp = NULL, main = NULL, ...)
Arguments
obj
PLS results (object of class plsres
)
ny
number of response variable to make the plot for (if y is multivariate)
ncomp
how many components to use (if NULL - user selected optimal value will be used)
...
other plot parameters (see mdaplot
for details)
Details
See examples in help for plsres
function.