Skip to content
Prev 334616 / 398506 Next

plot() function: color transparency

you will need to specify colours as RGB values and then set transparency 
via the "alpha" argument.

e.g.: color=rgb(0,0,0,alpha=0.3)

# will  give black (0,0,0) and a transparency of 30%.

Best wishes
Christoph
On 18/12/2013 23:23, capricy gao wrote: