Description Usage Arguments Value Examples
Make a color transparent This function applies the level of transparency desired for a color or vector of colors
1  | transparent(col, alpha = 0.5)
 | 
alpha | 
 Numerical between 0 and 1.  | 
color | 
 HEX code or name.  | 
The color HEX after applying a number of transparency
1  | blacktransparent<-transparent("black",alpha=0.5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.