Color scheme for OBI styled plots. You can choose between the palettes "oranges", "greys" and "obi_autumn".
1 2 | scale_color_obi()
scale_colour_obi()
|
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.