Shows a set of plots for PLS results.
# S3 method for plsres
plot(x, ncomp = NULL, ny = 1, show.labels = F, ...)
PLS results (object of class plsres
)
how many components to use (if NULL - user selected optimal value will be used)
which y variable to show the summary for (if NULL, will be shown for all)
logical, show or not labels for the plot objects
other arguments
See examples in help for plsres
function.