color.pick: Pick colors interactively from a named list

Description Usage Details Author(s) Examples

Description

color.pick

Usage

1

Details

color.pick allows a user to quickly select a color from a list of R color names. This function is depreciated and may disappear in subsequent version of the package.

Author(s)

Marco D. Visser

Examples

1
2
3
# pick a color
mycol<-color.pick()
plot(rnorm(100),col=mycol)

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