plot.cv4abc | R Documentation |
Plotting method for cross-validation ABC objects. Helps to visually evaluate the quality of the estimation and/or the effect of the tolerance level.
## S3 method for class 'cv4abc' plot(x, exclude = NULL, log = NULL, file = NULL, postscript = FALSE, onefile = TRUE, ask = !is.null(deviceIsInteractive()), caption = NULL, ...)
x |
an object of class |
exclude |
a vector of row indices indicating which rows should be excluded from plotting. Useful when the prior distribution has a long tail. |
log |
character vector of the same length as the number of parameters in
the |
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 |
Different tolerance levels are plotted with heat.colors
.
Thus, the colors correspond to different levels of the tolerance rate
in an increasing order from red to yellow.
cv4abc
, abc
## see ?cv4abc for examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.