Fill scale constructor for RTLNotes palette
scale_color_RTLNotes(...)
... | Additional arguments passed to discrete_scale() |
---|
library(ggplot2) ggplot(data = mtcars, aes(x = wt, y= mpg,color = as.character(cyl))) + geom_point()+scale_color_RTLNotes()