| col2HSV {colortools} | R Documentation |
col2HSV converts an R color (or a set of colors) into an HSV color model, and then returns the color names in hexadeciaml notation
col2HSV(color)
color |
an R color name or a color in hexadecimal notation |
A character vector with the color(s) name(s) in hexadecimal notation
Gaston Sanchez
# convert 'tomato'
col2HSV("tomato")