jacob-long / jtools

Tools for summarizing/visualizing regressions and other helpful stuff
https://jtools.jacob-long.com
GNU General Public License v3.0
162 stars 22 forks source link

Option to increase size of symbols #120

Closed Cara-Thompson closed 2 years ago

Cara-Thompson commented 2 years ago

Big fan of the plot_summs and plot_coef functions. It would be great to have an argument within the wrapper that would allow for specification of symbol size, as trying to modify the object using additional ggplot2 methods does not appear to work. I've tried a workaround playing with different width and height sizes using

plot.new()
dev.new(width=5, height=3)

prior to the plot_summs call, but this can obscure the confidence intervals, and when widened manually to expose the intervals again, it negates any enlargement the call made.