theme_map: Clean theme for maps

View source: R/theme_map.R

theme_mapR Documentation

Clean theme for maps

Description

A clean theme that is good for displaying maps.

Usage

theme_map(base_size = 9, base_family = "")

Arguments

base_size

base font size, given in pts.

base_family

base font family

Examples

library(ggplot2)
ggplot(faithfuld, aes(waiting, eruptions)) + geom_raster(aes(fill = density)) + 
       theme_map()

RS-eco/ggmap2 documentation built on Dec. 7, 2022, 2:02 a.m.