R/utilities.R
ggplot_color.Rd
Generate ggplot2
ggplot_color(n = 1)
The number of colors. This works well for up to about eight colours, but after that it becomes hard to tell the different colours apart.
library(pliman) ggplot_color(n = 3) #> [1] "#F8766D" "#00BA38" "#619CFF"