gplots (version 3.1.0)

col2hex: Convert color names to hex RGB strings

Description

Convert color names to hex RGB strings

Usage

col2hex(cname)

Arguments

cname

Color name(s)

Value

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

See Also

col2rgb, colors, rgb

Examples

Run this code
# NOT RUN {
col2hex(c("red","yellow","lightgrey"))
# }

Run the code above in your browser using DataCamp Workspace