Description Usage Arguments Value Author(s) See Also Examples
col2HSV converts an R color (or a set of colors) into an HSV color model, and then returns the color names in hexadeciaml notation
1 | 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
1 2 | # convert 'tomato'
col2HSV("tomato")
|
[1] "#FF6347"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.