color.wheel: Choose a color interactively from a color wheel

Description Usage Arguments Details Author(s) Examples

Description

color.wheel

Usage

1
color.wheel(detail = 200)

Arguments

detail

an integer specifying the smoothness of color chart. In essence this specifies the number of colors plotted on the wheel (large values may slow the process down considerably).

Details

color.wheel allows greater detail in color selection compared to color.choose(). The user first chooses the color and then the lightness of the color.

Author(s)

Marco D. Visser

Examples

1
2
3
# Get more detail in choice with the color wheel
mycol<-color.wheel()
plot(rnorm(100),col=mycol)

MarcoDVisser/choosecolor documentation built on May 7, 2019, 2:49 p.m.