crimeutils (version 0.1.0)

theme_crim: A minimalist theme designed for graphics in academic research

Description

A minimalist theme designed for graphics in academic research

Usage

theme_crim()

Arguments

Value

The graph with the theme changed.

Examples

Run this code
# NOT RUN {
ggplot2::ggplot(mtcars) +
ggplot2::geom_point(ggplot2::aes(x = wt, y = mpg)) +
theme_crim()
# }

Run the code above in your browser using DataLab