theme_ilo {add2ggplot} | R Documentation |
One ggplot theme
Description
One ggplot theme
Usage
theme_ilo()
Value
The function to use +
in the ggplot workflow.
Examples
datasets::mtcars %>%
ggplot2::ggplot(ggplot2::aes(mpg, disp)) +
ggplot2::geom_point() +
theme_ilo()
[Package add2ggplot version 0.3.0 Index]