Hi,

 is there an easier way to get a semi-transparent grey-palette?

 plot(1:90, 1:90, pch=16, cex=2, col="red")
 points(1:90, 1:90, pch=16, cex=2, col=rgb(t(col2rgb(grey(90:1/90))), 
alpha=100, maxColorValue=255))

 windows() does support semi-transparent colours

Thanks,
Ingo

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to