map_theme: GGplot2 Map Theme

View source: R/ggthemes.R

map_themeR Documentation

GGplot2 Map Theme

Description

A simple theme that works well for maps made with sf. Black border all around, and redundant lat/lon labels removed.

Usage

map_theme(...)

Arguments

...

Ellipse are passed to ggplot2::theme() function allowing users

Value

Returns ggtheme

Examples

ggplot2::ggplot(mtcars) + map_theme()

gulfofmaine/gmRi documentation built on Jan. 26, 2025, 5:12 a.m.