alpha | R Documentation |
Vectorised in both colour and alpha.
alpha(colour, alpha = NA)
colour |
colour |
alpha |
new alpha level in [0,1]. If alpha is |
alpha("red", 0.1)
alpha(colours(), 0.5)
alpha("red", seq(0, 1, length.out = 10))
alpha(c("first" = "gold", "second" = "lightgray", "third" = "#cd7f32"), .5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.