dren_theme: Generate the main theme

Description Usage Examples

View source: R/dren_theme.R

Description

'dren_theme()' Generate the main theme

Usage

1

Examples

1
2
3
4
5
6
if (interactive()) {
    mtcars %>%
     ggplot(aes(x = mpg, y = wt)) +
     geom_point() +
     dren_theme()
}

fdrennan/drenplot documentation built on Sept. 18, 2020, 12:55 p.m.