plot.cv4postpr | R Documentation |
Displays a barplot of either the proportion of simulations classified
to any of the models or the mean misclassification probabilities of
models for all tolerance levels in the "cv4postpr"
object.
## S3 method for class 'cv4postpr' plot(x, probs = FALSE, file = NULL, postscript = FALSE, onefile = TRUE, ask = !is.null(deviceIsInteractive()), caption = NULL, ...)
x |
an object of class |
probs |
logical, if |
file |
a character string giving the name of the file. See
|
postscript |
logical; if |
onefile |
logical, if |
ask |
logical; if |
caption |
captions to appear above the plot(s); |
... |
other parameters passed to |
Model are distinguised with different intensities of the gray colour. The first model in alphabetic order has the darkest colour. If the classification of models is perfect (so that the frequency (or probability) of each model is zero for all but the correct model) each bar has a single colour of its corresponding model.
cv4postpr
, summary.cv4postpr
## see ?cv4postpr for examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.