TVERC's custom ggplot theme.
1 |
1 2 3 4 5 6 | library(sf)
myshape <- st_read(system.file("data/BerksOxon.shp", package = "ALERC"))
ggplot(myshape, aes(col = County)) +
geom_sf() +
coord_sf(datum = 27700) +
theme_tverc()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.