R/themes.R
theme_bw2.Rd
A modified ggplot2 black and white theme with bold text elements.
theme_bw2()
A ggplot2 theme object
library(ggplot2) ggplot(mtcars, aes(x = wt, y = mpg)) + geom_point() + labs(tag = "A") + theme_bw2()