Description Usage Arguments Examples
theme for making maps
1 | theme_map(base_family = "Fira Sans", base_size = 15, bg = "gray15")
|
base_family, |
the base family |
base_size |
the base font sizer |
bg |
background color |
1 2 3 4 5 6 7 8 9 | ## Not run:
library(sf)
library(ggplot2)
nc <- sf::read_sf(system.file("shape/nc.shp", package="sf"))
ggplot(nc) +
geom_sf() +
theme_map()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.