col2hex {BIGL} | R Documentation |
R color to RGB (red/green/blue) conversion.
Description
R color to RGB (red/green/blue) conversion.
Usage
col2hex(cname, alpha = FALSE)
Arguments
cname |
vector of any of the three kinds of R color specifications, i.e., either a color name (as listed by |
alpha |
logical value indicating whether the alpha channel (opacity) values should be returned. |
[Package BIGL version 1.9.2 Index]