theme_ilo: One ggplot theme

Description Usage Value Examples

View source: R/theme_ilo.R

Description

One ggplot theme

Usage

1

Value

The function to use + in the ggplot workflow.

Examples

1
2
3
4
datasets::mtcars %>%
  ggplot2::ggplot(ggplot2::aes(mpg, disp)) +
  ggplot2::geom_point() +
  theme_ilo()

add2ggplot documentation built on Feb. 7, 2020, 5:09 p.m.