R/misc.R
ggColorHue.Rd
Return an array of n colors the same as the default used by ggplot2
ggColorHue(n)
number of colors
array of colors of length n
ggColorHue(4) #> [1] "#F8766D" "#7CAE00" "#00BFC4" "#C77CFF"