ds4ling_theme: ds4ling plotting theme

View source: R/ds4ling_theme.R

ds4ling_themeR Documentation

ds4ling plotting theme

Description

This function provides the plot theme used in most ds4ling slides

Usage

ds4ling_theme(...)

Arguments

...

Pass extra parameters

ds4ling_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_theme()


jvcasillas/ds4ling documentation built on March 4, 2025, 11:18 p.m.