Rdocumentation
powered by
Learn R Programming
mdatools (version 0.7.0)
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
"plotSpecificity"(obj, nc = NULL, ...)
Arguments
obj
classification results (object of class
plsdares
,
simcamres
, etc.).
nc
if there are several classes, which class to make the plot for (NULL - summary for all classes).
...
most of the graphical parameters from
mdaplot
function can be used.
Details
See examples in description of
plsdares
,
simcamres
, etc.