convertcolor: Map R colors to hexadecimal representation

Description Usage Arguments Value Author(s) See Also Examples

View source: R/LSD.color.r

Description

Convert R built-in colors to hexadecimal representation.

Usage

1
convertcolor(cols, alpha = NULL)

Arguments

cols

a character vector containing R built-in colors.

alpha

alpha value: a two-digit integer between 01 and 99 for color opacity, i.e. appearance of partial or full transparency (usage omitted by default).

Value

convertcolor returns a vector containing R built-in colors in hexadecimal representation.

Author(s)

Bjoern Schwalb

See Also

disco, colorpalette, demotour

Examples

1
convertcolor(c("red","green","blue"))

LSD documentation built on July 2, 2020, 4:14 a.m.

Related to convertcolor in LSD...