plot.debinfer_result: Plot inference outputs

View source: R/mcmc_plotting.R

plot.debinfer_resultR Documentation

Plot inference outputs

Description

Plots the inference results from a debinfer_result object

Usage

## S3 method for class 'debinfer_result'
plot(x, plot.type = "coda", burnin = 1, ...)

Arguments

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

See Also

post_prior_densplot, plot.mcmc, pairs.debinfer_result


pboesu/debinfer documentation built on Nov. 17, 2022, 5:51 p.m.