View source: R/helper_functions.R
rgb_to_hex | R Documentation |
Converts RGB values to hex colour code
rgb_to_hex(x)
x |
A matrix of red, blue and green values |
A corresponding hex colour code
temp_rgb_matrix <- rgba_to_rgb(c(52, 46, 39, 0.8))
rgb_to_hex(temp_rgb_matrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.