powered by
Computes a sequential color palette based on HSV colors by varying the saturation, given hue and value.
hsv_palette(h = 2/3, from = 0.7, to = 0.2, v = 1)
hue
lower bound for saturation
upper bound for saturation
value
A function with one argument: the size of the palette, i.e., the number of colors.
hsv
# NOT RUN { pie(rep(1, 10), col = hsv_palette()(10)) pie(rep(1, 10), col = hsv_palette(h = 0)(10)) # }
Run the code above in your browser using DataLab