theme_map: ggplot2 bare theme for map

View source: R/map_theme.R

theme_mapR Documentation

ggplot2 bare theme for map

Description

A basic ggplot2 theme to use for map without graticule/grid lines

Usage

theme_map(base_size = 10, base_family = "")

Arguments

base_size

base font size, given in pts.

base_family

base font family

Examples

require(ggplot2)
ggplot() + 
  geom_sf(data = tilemap_ch()) + 
  theme_map()

d-qn/taMap documentation built on Oct. 25, 2023, 8:43 a.m.