View source: R/scimesh_bridge.R
| hex_to_rgba | R Documentation |
Converts a hex color string like "#FF0000" or "#FF0000FF" to a length-4 RGBA numeric vector with values in the range 0..1.
hex_to_rgba(hex)
hex |
character string, a hex color code with 6 or 8 digits. |
numeric vector of length 4, RGBA values in 0..1 range.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.