| transp | R Documentation |
Make a color transparent by adding an alpha channel.
transp(col = "violet", alpha = 0.08)
col |
Character string specifying the color to make transparent. |
alpha |
Numeric value between 0 and 1 specifying the transparency level. |
A character string representing the color with an alpha channel.
2024-2025 Tobias Schmidt: initial version.
transp("violet", 0.08)
transp("black", 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.