R/plot_utils.r
dplot.mcmc.list.Rd
Generate a plot of the posterior distribution
# S3 method for class 'mcmc.list' dplot(x, P, plot_type = "dens", ...)
An object of class "mcmc.list"
"mcmc.list"
Optional dataframe describing the parameters to plot and their respective names
Optional character string to specify whether a density plot ("dens") or histogram ("hist") should be displayed.
"dens"
"hist"
Additional arguments which are currently not used
A ggplot object.
ggplot
Thomas Debray <thomas.debray@gmail.com>