R/graph_theme.R
theme_crim.Rd
A minimalist theme designed for graphics in academic research
theme_crim()
The graph with the theme changed.
ggplot2::ggplot(mtcars) + ggplot2::geom_point(ggplot2::aes(x = wt, y = mpg)) + theme_crim()