ggplot2: A clean black and white theme for maps
plt_theme_map.Rd
Removal of grid, border, background, title, text and ticks for ggplot2 plot.
Examples
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_theme_map()