Theme for maps which uses the 'Times'
family and has a transparent background.
Examples
library(ggplot2)
data(oregon)
ggplot(oregon, aes(group = county)) +
geom_district() +
scale_fill_penn82() +
theme_map()
Theme for maps which uses the 'Times'
family and has a transparent background.
library(ggplot2)
data(oregon)
ggplot(oregon, aes(group = county)) +
geom_district() +
scale_fill_penn82() +
theme_map()