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