theme_oracle: Standard ggplot theme for the agile oracle package. It is...

Description Usage Examples

View source: R/data_vis.R

Description

Standard ggplot theme for the agile oracle package. It is thin wrapper around ggplot::theme_minimal().

Usage

1

Examples

1
2
3
4
ggplot2::ggplot(data = mtcars, mapping = ggplot2::aes(x = disp, y = mpg)) +
  ggplot2::geom_point() +
  theme_oracle() +
  ggplot2::labs(title = "My plot")

bradgwest/agileoracle documentation built on Dec. 10, 2019, 11:21 a.m.