Learn R Programming

mdatools (version 0.14.2)

plotSensitivity.classres: Sensitivity plot for classification results

Description

Makes a plot with sn values vs. model complexity (e.g. number of components) for classification results.

Usage

# S3 method for classres
plotSensitivity(obj, legend.position = "bottomright", ...)

Arguments

obj

classification results (object of class plsdares, simcamres, etc.).

legend.position

position of the legend (as in mdaplotg).

...

other parameters for plotPerformance.classres

Details

See examples in description of plsdares, simcamres, etc.