scale_color_obi: ggplot theme for OBI

Description Usage Examples

View source: R/scales.R

Description

Color scheme for OBI styled plots. You can choose between the palettes "oranges", "greys" and "obi_autumn".

Usage

1
2
scale_color_obi()
scale_colour_obi()

Examples

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

ggplot(data = diamonds, aes(carat, price, color = clarity)) +
  geom_point() +
  scale_color_obi(palette = "obi_autumn")

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