theme_sdcoe_map.Rd
theme_sdcoe
provides a ggplot2 theme formatted according to the
SDCOE's style guide for maps, with sensible defaults.
theme_sdcoe_map(
scale = "continuous",
base_size = 8.5,
base_family = "Roboto",
base_line_size = 0.5,
base_rect_size = 0.5
)
"continuous" creates a vertical legend to the right of the map. "discrete" creates a horizontal legend above the map.
base font family and size
base line and rectangle sizes
A ggplot theme