2012-10-05から1日間の記事一覧

半透明

半透明の点を描きたいと思った。 #alpha=... で濃さ指定 cs <- rgb(1, 0, 0, alpha=seq(0, 1, by=0.01)) plot(1:length(cs), pch=16, cex=3, col=cs)