hist.abc | R Documentation |
Histograms of posterior samples from objects of class "abc"
.
## S3 method for class 'abc' hist(x, unadj = FALSE, true = NULL, file = NULL, postscript = FALSE, onefile = TRUE, ask = !is.null(deviceIsInteractive()), col.hist = "grey", col.true = "red", caption = NULL, ...)
x |
an object of class |
unadj |
logical, if |
true |
the true parameter value(s), if known. Vertical bar(s) are drawn at the true value(s). If more than one parameters were estimated, a vector of the true values have to be supplied. |
file |
a character string giving the name of the file. See
|
postscript |
logical; if |
onefile |
logical, if |
ask |
logical; if |
col.hist |
the colour of the histograms. |
col.true |
the colour of the vertical bar at the true value. |
caption |
captions to appear above the histogram(s); |
... |
other parameters passed to |
A list of length equal to the number of parameters, the elements of
which are objects of class "histogram"
. See hist
for details.
abc
, plot.abc
## see ?abc for examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.