.convert_alpha | R Documentation |
The function accepts a numeric (or NULL/NA) or a two-character hex encoded alpha representation and returns a the respective other representation.
.convert_alpha(numeric_alpha = NULL, hex_alpha = NULL)
numeric_alpha |
A numerical value between 0 and 1. |
hex_alpha |
A two-letter character string. |
If numeric_alpha
was specified, its two-letter representation is returned. If hex_alpha
was specified, its numeric representation is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.