theme_crim: A minimalist theme designed for graphics in academic research

View source: R/graph_theme.R

theme_crimR Documentation

A minimalist theme designed for graphics in academic research

Description

A minimalist theme designed for graphics in academic research

Usage

theme_crim()

Value

The graph with the theme changed.

Examples

ggplot2::ggplot(mtcars) +
ggplot2::geom_point(ggplot2::aes(x = wt, y = mpg)) +
theme_crim()

jacobkap/crimeutils documentation built on Jan. 1, 2023, 12:20 a.m.