ggplot2 theme for proportional symbols. By default, this theme only shows the plotting area, so without titles, axes, and legend
theme_ps(
base_size = 12,
base_family = "",
plot.axes = FALSE,
plot.legend = FALSE
)
base size
base family
should the axes be shown?
should the legend(s) be shown?