Learn R Programming

mdatools (version 0.14.1)

plotSpecificity.classres: Specificity plot for classification results

Description

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

Usage

# S3 method for classres
plotSpecificity(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.