[R] About "cex=": how to improve resolution?

Richard M. Heiberger rmh at temple.edu
Fri Mar 9 23:18:32 CET 2007


replace
points(x,y,cex=z)
with
symbols(x, y, circles=z/10, inches=FALSE, add=TRUE)



More information about the R-help mailing list