| theme_map | R Documentation |
ggplot2 theme which removes labels, ticks and titles from both axes.a ggplot2 theme which removes labels, ticks and titles from both axes.
theme_map()
Other theme:
switch_colour(),
theme_elsevier(),
theme_inbo(),
theme_nara(),
theme_vlaanderen2015()
library(ggplot2)
p <- ggplot(mtcars, aes(x = mpg, y = drat)) + geom_point()
p.map <- p + theme_map()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.