theme_map | R Documentation |
A clean theme that is good for displaying maps.
theme_map(base_size = 9, base_family = "")
base_size |
base font size, given in pts. |
base_family |
base font family |
library(ggplot2) ggplot(faithfuld, aes(waiting, eruptions)) + geom_raster(aes(fill = density)) + theme_map()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.