Returns a palette function that turns h
and s
values (both between 0 and 1) into
colors.
1 | pal_hue_sat(h_range = c(0, 1), s_range = c(0, 1), v = 1)
|
h_range |
The range of H values to be used. |
s_range |
The range of S values to be used. |
v |
The value (V) of the colors in HSV space. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.