bayesplot v1.3.0
Release notes
(GitHub issue/PR numbers in parentheses)
The biggest change is:
bayesplot::theme_default
is now set as the default ggplot2 plotting theme
when bayesplot is loaded instead of hardcoded for each plot. This makes
changing the default theme usingggplot2::theme_set
possible.
Thanks to @gavinsimpson. (#87)
Some minor changes:
mcmc_hist
andmcmc_hist_by_chain
now take afreq
argument that defaults
toTRUE
(behavior is likefreq
argument to R'shist
function).- Using a
ts
object fory
in PPC plots no longer results in an error. Thanks
to @helske. (#94) mcmc_intervals
doesn't use round lineends anymore as they slightly
exaggerate the width of the intervals. Thanks to @tjmahr. (#96)