View source: R/ds4ling_theme.R
ds4ling_theme | R Documentation |
This function provides the plot theme used in most ds4ling slides
ds4ling_theme(...)
... |
Pass extra parameters |
ds4ling_theme |
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_theme()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.