Plot inference outputs
Plots the inference results from a debinfer_result object
## S3 method for class 'debinfer_result' plot(x, plot.type = "coda", burnin = 1, ...)
x
: a deBInfer_result objectplot.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 methodspost_prior_densplot
, plot.mcmc
, pairs.debinfer_result