This function provides the plot theme used in most ds4ling slides

ds4ling_bw_theme(...)

Arguments

...

Pass extra parameters

ds4ling_bw_theme

A theme function used with ggplot (e.g., 'theme_bw')

Examples

library(ggplot2)
library(untidydata)
ggplot(pre_post, aes(x = test1, y = test2)) +
  geom_point() +
  ds4ling_bw_theme()