A minimal ggplot2 theme designed for posterior predictive checking
visualisations. It extends ggplot2::theme_bw() with modest adjustments
for typography, grid lines, and panel borders appropriate for academic
figures.
See also
Other ppc-workflow:
compare_models_ppc(),
plot_ppc_overlay(),
plot_ppc_stat(),
ppc_diagnostics(),
print.ppc_diagnostics(),
simulate_ppc()
Examples
library(ggplot2)
ggplot(data.frame(x = rnorm(100)), aes(x)) +
geom_histogram(bins = 20) +
theme_ppc()