plot.debinfer_result {deBInfer}R 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


[Package deBInfer version 0.4.4 Index]