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

Description Usage Examples

Description

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

Usage

1

Examples

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

INBOtheme documentation built on May 2, 2019, 5:25 p.m.