colwheel {RPMG} | R Documentation |
Choose rgb from a color rectangle
Description
Shows and image of colors and allows one to choose a color and see what it looks like in swath with different backgrounds.
Usage
colwheel(v = 1, BACK = "black")
Arguments
v |
v, from hsv color scheme |
BACK |
starting background color |
Value
vector of RGB colors in hex format.
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
hsv, VVwheel, wheelrgb, SHOWPAL.A
Examples
## Not run:
colwheel(v = 1, BACK = "black")
colwheel(v = 1, BACK = "white")
## End(Not run)
[Package RPMG version 2.2-7 Index]