ds4ling_bw_theme: ds4ling plotting theme

Description Usage Arguments Examples

View source: R/ds4ling_bw_theme.R

Description

This function provides the plot theme used in most ds4ling slides

Usage

1

Arguments

...

Pass extra parameters

ds4ling_bw_theme

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

Examples

1
2
3
4
5
library(ggplot2)
library(untidydata)
ggplot(pre_post, aes(x = test1, y = test2)) +
  geom_point() +
  ds4ling_bw_theme()

jvcasillas/ds4ling documentation built on April 8, 2021, 10:15 p.m.