colwalpha | R Documentation |
Convert a color to RGB and then to RGB with alpha transparency
colwalpha(color, alpha = 1)
color |
A character string for a color |
alpha |
Traparency value (between 0 and 1) |
A character string representing a color
colwalpha(c("blue", "red"), 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.