theme_map: Mapping theme

Description Usage Arguments Examples

View source: R/map-theme.R

Description

theme for making maps

Usage

1
theme_map(base_family = "Fira Sans", base_size = 15, bg = "gray15")

Arguments

base_family,

the base family

base_size

the base font sizer

bg

background color

Examples

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)

dungates/DGThemes documentation built on Dec. 20, 2021, 2:14 a.m.