mco_theme_map: Montana Climate Office theme for maps

View source: R/mco_theme_map.R

mco_theme_mapR Documentation

Montana Climate Office theme for maps

Description

A ggplot2 theme that is good for displaying maps from ggplot2::geom_sf.

Usage

mco_theme_map(base_size = 6.5, base_family = "")

Arguments

base_size

base font size

base_family

base font family

Examples

## Not run: 
library(ggplot2)

ggplot(mt_counties_simple) +
  geom_sf(aes(fill = Division),
              color = "white") +
  mco_theme_map()
  
## End(Not run)

mt-climate-office/mcor documentation built on March 27, 2024, 6:30 p.m.