powered by
Theme for maps which uses the 'Times' family and has a transparent background.
'Times'
theme_map(...)
ggplot2 theme
additional parameters
library(ggplot2) data(oregon) ggplot(oregon, aes(group = county)) + geom_district() + scale_fill_penn82() + theme_map()
Run the code above in your browser using DataLab