col2hex {gplots} | R Documentation |
Convert color names to hex RGB strings
Description
Convert color names to hex RGB strings
Usage
col2hex(cname)
Arguments
cname |
Color name(s) |
Value
Character vector giving the hex color code translation of the provided color names.
Author(s)
Gregory R. Warnes
See Also
Examples
col2hex(c("red","yellow","lightgrey"))
[Package gplots version 3.1.3.1 Index]