50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

esvis (version 0.2.0)

col_hue: Color hues

Description

Emulates ggplot's default colors. Evenly spaced hues around the color wheel.

Usage

col_hue(n, ...)

Arguments

n

The number of colors to be produced

...

Additional arguments passed to hcl, such as alpha.

Examples

Run this code
# NOT RUN {
col_hue(1)
col_hue(5)
col_hue(20)
# }

Run the code above in your browser using DataLab