scale_fill_ojo.Rd
This function returns a ggplot2 fill scale using the OJO main palette.
scale_fill_ojo()
A ggplot2 scale object.
library(ggplot2) ggplot(mtcars, aes(x = factor(gear), fill = factor(gear))) + geom_bar() + scale_fill_ojo()