View source: R/hue_set_colour.R
hue_convert_to_hue_sat | R Documentation |
Convert hex colour to
hue_convert_to_hue_sat(colour)
colour |
A colour name as listed by |
A named list with two elements: hue
and sat
hue_convert_to_hue_sat("red")
hue_convert_to_hue_sat("#E414FF")
if (interactive()) {
hue_convert_to_hue_sat(colourpicker::colourPicker(numCols = 1))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.