Skip to content
Prev 300910 / 398503 Next

3D scatterplot, using size of symbols for the fourth variable

Hello,

Maybe the plot argument 'cex' will do it.

?par  # in particular the entry for 'cex'
s3d$points(MI, TD, EG_18, pch = 16, col = Dstarscale, cex=2*(Dstar - 
min(Dstar) + 0.3))


Multiply 2 into it because the points are very small.

Hope this helps,

Rui Barradas
Em 23-07-2012 09:20, elpape escreveu: