col2hex: Convert color names to hex RGB strings

Description Usage Arguments Value Author(s) See Also Examples

View source: R/col2hex.R

Description

Convert color names to hex RGB strings

Usage

1
col2hex(cname)

Arguments

cname

Color name(s)

Value

Character vector giving the hex color code translation of the provided color names.

Author(s)

Gregory R. Warnes

See Also

col2rgb, colors, rgb

Examples

1
col2hex(c("red","yellow","lightgrey"))

r-gregmisc/gplots documentation built on March 3, 2020, 4:47 a.m.