toRGB
From plotly v4.5.2
by Carson Sievert
Convert R colours to RGBA hexadecimal colour values
Convert R colours to RGBA hexadecimal colour values
Usage
toRGB(x, alpha = 1)
Arguments
- x
see the
col
argument incol2rgb
for valid specifications- alpha
alpha channel on 0-1 scale
Value
hexadecimal colour value (if is.na(x), return "transparent" for compatibility with Plotly)
Community examples
Looks like there are no examples yet.