theme_te_map: Custom theme for maps

Description Usage Arguments Details See Also

Description

A custom ggplot2 theme.

Usage

1
2
3
4
theme_map(base_family = "Arial Narrow", base_size = 12,
  panel.background.fill = NULL, panel.background.color = NULL,
  strip.background.fill = panel.background.fill,
  strip.background.color = panel.background.color, ...)

Arguments

base_family

character.

base_size

numeric.

panel.background.fill, panel.background.color, strip.background.fill, strip.background.color

character. Passed directly to ggplot2::theme() parameters with similar names.

...

dots. Passed directly to theme_te()

Details

Uses theme_te() as basis.

See Also

http://eriqande.github.io/rep-res-web/lectures/making-maps-with-R.html. https://gist.github.com/hrbrmstr/33baa3a79c5cfef0f6df.


tonyelhabr/teplot documentation built on May 26, 2019, 5:33 a.m.