R/ds4ling_bw_theme.R
ds4ling_bw_theme.Rd
This function provides the plot theme used in most ds4ling slides
ds4ling_bw_theme(...)
Pass extra parameters
A theme function used with ggplot (e.g., 'theme_bw')
library(ggplot2) library(untidydata) ggplot(pre_post, aes(x = test1, y = test2)) + geom_point() + ds4ling_bw_theme()