hdx_pal_discrete {gghdx} | R Documentation |
HDX color palette (discrete)
Description
The hues in the HDX palette are sapphire, mint, and tomato.
Usage
hdx_pal_discrete()
hdx_pal_sapphire()
hdx_pal_tomato()
hdx_pal_mint()
hdx_pal_gray()
Details
hdx_pal_discrete()
utilizes all hues for up to a 12 element discrete scale.
hdx_pal_mint()
, hdx_pal_tomato()
, and hdx_pal_sapphire()
allow for a
4 element discrete scale using only the specified color. These are color
ramps with a range from dark, normal (HDX standard), light, and ultra light.
Value
A palette function.
See Also
Other color hdx:
hdx_color_list
,
hdx_colors()
Examples
hist(mtcars$mpg, col = hdx_pal_discrete()(5))
[Package gghdx version 0.1.3 Index]