plot.plsda: Fonction plot.plsda

Description Usage Arguments Value Examples

View source: R/plot.plsda.R

Description

Plot the quality of the model and the VIP for each variable and component.

Usage

1
2
## S3 method for class 'plsda'
plot(x, ...)

Arguments

x

A plsda object containing a trained model. The model can be generated with the fit function of this package.

...

Use to comply generic model

Value

None.

Examples

1
2
model <- fit(Species ~ ., data = iris)
plot(model)

Dampeel/plsda documentation built on May 23, 2019, 8:19 p.m.