theme_ps {tmap} | R Documentation |
ggplot2 theme for proportional symbols
Description
ggplot2 theme for proportional symbols. By default, this theme only shows the plotting area, so without titles, axes, and legend
Usage
theme_ps(
base_size = 12,
base_family = "",
plot.axes = FALSE,
plot.legend = FALSE
)
Arguments
base_size |
base size |
base_family |
base family |
plot.axes |
should the axes be shown? |
plot.legend |
should the legend(s) be shown? |
[Package tmap version 3.3-4 Index]