Early draft of an R package providing a library a plotting functions for use after fitting Bayesian models by MCMC. The idea is to provide a common set of functions that can be easily used by developers working on a variety of packages for Bayesian modeling.
if (!require("devtools"))
install.packages("devtools")
devtools::install_github("jgabry/bayesplot", build_vignettes = TRUE)