Plots the inference results from a debinfer_result object
# S3 method for post_sim_list
plot(
x,
plot.type = "medianHDI",
col = c("red", "darkgrey"),
lty = c(1, 2),
auto.layout = TRUE,
panel.first = NULL,
...
)a post_sim or post_sim_list object
character, which type of plot. Options are "ensemble" and "medianHDI".
color, for plot.type = "medianHDI" the first element is used for the median, the second for the HDI
line type, for plot.type = "medianHDI" the first element is used for the median, the second for the HDI
logical, should the layout for plot.type = "medianHDI" be determined automatically?
an expression to be evaluated after the plot axes are set up but before any plotting takes place. This can be useful for adding data points.
further arguments to methods