Last data update: 2014.03.03

R: Internal function for color conversion
getHexR Documentation

Internal function for color conversion

Description

Converts different color values to hexadecimal colors. Used by styleSingle, styleGrad and styleCat.

Usage

getHex(col)

Arguments

col

Color value as number, name or hex code with alpha.

Value

Hexadecimal color value as string.

Author(s)

Christian Graul

See Also

styleSingle, styleGrad, styleCat

Results