Description Usage Arguments Value Examples
View source: R/helper_functions.R
Converts RGB values to hex colour code
1 | rgb_to_hex(x)
|
x |
A matrix of red, blue and green values |
A corresponding hex colour code
1 2 | 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.