theme_map | R Documentation |
Theme for maps which uses the 'Times'
family and has a transparent background.
theme_map(...)
... |
additional parameters |
ggplot2 theme
library(ggplot2)
data(oregon)
ggplot(oregon, aes(group = county)) +
geom_district() +
scale_fill_penn82() +
theme_map()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.