add.alpha {paleoDiv} | R Documentation |
Add transparency to any color
add.alpha(col, alpha = 0.5)
col |
Color value or vector of colors |
alpha |
Opacity value to apply to the color(s) |
A character vector containing color hex codes.
add.alpha("red",0.8)