plot.plsdares: Overview plot for PLS-DA results

View source: R/plsdares.R

plot.plsdaresR Documentation

Overview plot for PLS-DA results

Description

Shows a set of plots (x residuals, y variance, classification performance and predictions) for PLS-DA results.

Usage

## S3 method for class 'plsdares'
plot(x, nc = 1, ncomp = x$ncomp.selected, show.labels = FALSE, ...)

Arguments

x

PLS-DA results (object of class plsdares)

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

Details

See examples in help for pls function.


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.