Emulates ggplot's default colors. Evenly spaced hues around the color wheel.
col_hue(n, ...)
The number of colors to be produced
Additional arguments passed to hcl, such as
alpha
.
# NOT RUN {
col_hue(1)
col_hue(5)
col_hue(20)
# }
Run the code above in your browser using DataLab