Plots the inference results from a debinfer_result object
# S3 method for debinfer_result plot(x, plot.type = "coda", burnin = 1, ...)
x | a deBInfer_result object |
---|---|
plot.type | character, which type of plot. Options are "coda" for coda::plot.mcmc, "post_prior" for deBInfer::post_prior_densplot. |
burnin | numeric, number of samples to discard before plotting |
... | further arguments to methods |