半透明

MikuHatsune2012-10-05

半透明の点を描きたいと思った。

#alpha=... で濃さ指定
cs <- rgb(1, 0, 0, alpha=seq(0, 1, by=0.01))
plot(1:length(cs), pch=16, cex=3, col=cs)