plotSpecificity.classres {mdatools} | R Documentation |
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 class 'classres'
plotSpecificity(obj, legend.position = "bottomright", ...)
Arguments
obj |
classification results (object of class |
legend.position |
position of the legend (as in |
... |
other parameters for |
Details
See examples in description of plsdares
, simcamres
, etc.
[Package mdatools version 0.14.1 Index]