R/scales.R
scale_color_mpi.Rd
Fill scale constructor for MPI palette
scale_color_mpi(...)
Additional arguments passed to discrete_scale()
library(ggplot2) ggplot(data = mtcars, aes(x = wt, y= mpg,color = as.character(cyl))) + geom_point()+scale_color_mpi()