Is there a simple way to control the transparency of the blue circles in the function below to control the overplotting.
library(plotrix)
polar.plot(1:5000, rnorm(5000,90,30), rp.type='s', point.col='blue')
I'm hoping for some transparency parameter, usually called alpha
, between 0 and 1.