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