theme_map: a 'ggplot2' theme which removes labels, ticks and titles from...

View source: R/theme_map.R

theme_mapR Documentation

a ggplot2 theme which removes labels, ticks and titles from both axes.

Description

a ggplot2 theme which removes labels, ticks and titles from both axes.

Usage

theme_map()

See Also

Other theme: switch_colour(), theme_elsevier(), theme_inbo(), theme_nara(), theme_vlaanderen2015()

Examples

  library(ggplot2)
  p <- ggplot(mtcars, aes(x = mpg, y = drat)) + geom_point()
  p.map <- p + theme_map()

inbo/INBOtheme documentation built on April 6, 2023, 5:09 a.m.