theme_du_bois: Use Du Bois's theme

Description Usage Arguments Details Value Author(s) Examples

View source: R/theme_du_bois.R

Description

theme_du_bois is one of ggplot themes for ploting.

Usage

1
theme_du_bois(font_name = "")

Arguments

font_name

A Character.

Details

The function I developed originates from this GitHub Repository by the statistician Matthew A. He reproduces the sort of images originated from W.E.B. Du Bois.

Value

The function to use + in the ggplot workflow.

Author(s)

Jiaxiang Li

Examples

1
2
3
4
datasets::mtcars %>%
  ggplot2::ggplot(ggplot2::aes(mpg, disp)) +
  ggplot2::geom_point() +
  theme_du_bois()

add2ggplot documentation built on Feb. 7, 2020, 5:09 p.m.