Transparent | R Documentation |
Transparent color
Transparent(colors, alpha = 0.8)
colors |
a vector of colors: "red","blue" |
alpha |
Transparent level |
Kai Guo
{
Transparent(2, 4)
Transparent("red", "blue")
Transparent(rgb(1,0,0), rgb(0,0,1))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.