theme_du_bois {add2ggplot} | R Documentation |
theme_du_bois
is one of ggplot themes for ploting.
theme_du_bois(font_name = "")
font_name |
A Character. |
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.
The function to use +
in the ggplot workflow.
Jiaxiang Li
datasets::mtcars %>%
ggplot2::ggplot(ggplot2::aes(mpg, disp)) +
ggplot2::geom_point() +
theme_du_bois()