Learn R Programming

RPMG (version 2.2-2)

colwheel: 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.

See Also

hsv, VVwheel, wheelrgb, SHOWPAL.A

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
colwheel(v = 1, BACK = "black")

colwheel(v = 1, BACK = "white")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab