Shows a set of plots (x residuals, y variance, classification performance and predictions) for PLS-DA results.
# S3 method for plsdares
plot(x, nc = NULL, ncomp = NULL, show.labels = F,
show.line = T, ...)
PLS-DA results (object of class plsdares
)
which class to show the summary for (if NULL, will be shown for all)
how many components to use (if NULL - user selected optimal value will be used)
logical, show or not labels for the plot objects
logical, show or not target line on predictions plot
other arguments
See examples in help for pls
function.