wwiecek / baggr

R package for Bayesian meta-analysis models, using Stan
GNU General Public License v3.0
46 stars 12 forks source link

Improve plotting #179

Closed dannytoomey closed 8 months ago

dannytoomey commented 1 year ago

Hi Witold,

Here's a pull request that resolves issue #158. I tried to adjust the baggr_plot style to look a bit more like metafor plots to clean them up a bit. This can be turned off with metafor_style=FALSE. I also adjusted the way plots and text are sized and applied that to baggr and baggr_compare plots. The values_size and values_digits arguments are now used to scale the text in the rest of the plot. These arguments can also be passed to plot.baggr in addition to plot.baggr_compare.

Best regards,

Danny Toomey