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