Fill scale constructor for RTLNotes palette

scale_color_RTLNotes(...)

Arguments

...

Additional arguments passed to discrete_scale()

Value

Examples

library(ggplot2)
ggplot(data = mtcars, aes(x = wt, y= mpg,color = as.character(cyl))) +
  geom_point()+scale_color_RTLNotes()