plot.cv4abc {abc} | R Documentation |
Cross-validation plots for ABC
Description
Plotting method for cross-validation ABC objects. Helps to visually evaluate the quality of the estimation and/or the effect of the tolerance level.
Usage
## S3 method for class 'cv4abc'
plot(x, exclude = NULL, log = NULL, file = NULL,
postscript = FALSE, onefile = TRUE, ask =
!is.null(deviceIsInteractive()), caption = NULL, ...)
Arguments
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 |
Details
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.
See Also
Examples
## see ?cv4abc for examples