theme_tverc: TVERC's custom ggplot theme.

Description Usage Examples

View source: R/theme_tverc.R

Description

TVERC's custom ggplot theme.

Usage

1

Examples

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()

tvercrobbie/ALERC documentation built on Oct. 11, 2020, 12:56 a.m.