Color scale constructor for RTLNotes palette

scale_fill_RTLNotes(...)

Arguments

...

Additional arguments passed to ggplot2::discrete_scale()

Value

Examples

library(ggplot2)
ggplot(data = mtcars, aes(x = cyl)) +
  geom_bar(aes(y = ..count..,fill = as.character(cyl)))+
  scale_fill_RTLNotes()