mco_theme_map.Rd
A ggplot2 theme that is good for displaying maps from ggplot2::geom_sf.
mco_theme_map(base_size = 6.5, base_family = "")
base font size
base font family
if (FALSE) { library(ggplot2) ggplot(mt_counties_simple) + geom_sf(aes(fill = Division), color = "white") + mco_theme_map() }