plot.plsdares | R Documentation |
Shows a set of plots (x residuals, y variance, classification performance and predictions) for PLS-DA results.
## S3 method for class 'plsdares'
plot(x, nc = 1, ncomp = x$ncomp.selected, show.labels = FALSE, ...)
x |
PLS-DA results (object of class |
nc |
which class to show the plot for |
ncomp |
how many components to use |
show.labels |
logical, show or not labels for the plot objects |
... |
other arguments |
See examples in help for pls
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.