Rdocumentation
powered by
Learn R Programming
mdatools (version 0.7.0)
plot.plsres: Overview plot for PLS results
Description
Shows a set of plots for PLS results.
Usage
"plot"(x, ncomp = NULL, ny = 1, show.labels = F, ...)
Arguments
x
PLS results (object of class
plsres
)
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
Details
See examples in help for
plsres
function.