plotSpecificity.classmodel {mdatools} | R Documentation |
Specificity plot for classification model
Description
Makes a plot with specificity values vs. model complexity (e.g. number of components)
Usage
## S3 method for class 'classmodel'
plotSpecificity(obj, legend.position = "bottomright", ...)
Arguments
obj |
classification model (object of class |
legend.position |
position of the legend (as in |
... |
parameters for |
Details
See examples in description of plsda
, simca
or simcam
.
[Package mdatools version 0.14.1 Index]