| complementarycolor {LSD} | R Documentation | 
Complement R colors
Description
Convert R built-in colors to their color complement
Usage
complementarycolor(cols, alpha = NULL)
Arguments
| cols | a character vector containing R built-in colors. | 
| alpha | alpha value: a two-digit integer between 01 and 99 for color opacity, i.e. appearance of partial or full transparency (usage omitted by default). | 
Value
complementarycolor returns a vector containing R built-in colors in hexadecimal representation.
Author(s)
Bjoern Schwalb
See Also
Examples
complementarycolor(c("red","green","blue"))
[Package LSD version 4.1-0 Index]