gg_color_hue.Rd
gg_color_hue Emulate ggplot2 color palette.
gg_color_hue(n)
number of colors
a vector with colors (alphanumeric)
It is just equally spaced hues around the color wheel, starting from 15:
if (FALSE) {
plot(1:10, pch=16, cex=2, col=gg_color_hue(10))
}