theme_obi: ggplot theme for OBI

Description Usage Examples

View source: R/theme_obi.R

Description

Theming for plots produced via ggplot.

Usage

1

Examples

1
2
3
4
5
6
library(ggplot2)
library(ggOBI)

ggplot(data = diamonds, aes(color)) +
    geom_bar() +
    theme_obi()

markusntz/ggOBI documentation built on Jan. 14, 2020, 8:44 a.m.