Cross-validation plots for ABC
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.
## see ?cv4abc for examples
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.