plotting symbols: bug?
Dear all, I spent a long time today to find out why symbols( ) didn't display all my points. In fact, the function cannot display circles with a small radius when the range of radii is too large, whereas circles with radius=0 are drawn as dots! here are a simple examples:
symbols(sample(1:8),sample(1:8),circle=c(1,4,88,0,0,0,0,50),inches=0.2)
#plots 6 circles
symbols(sample(1:8),sample(1:8),circle=c(0,0,88,0,0,0,0,50),inches=0.2)
#plots 8 circles this looks quite illogical to me, should it be considered as a bug? I don't think it is of use, however: I did this in R 1.3.0 and 1.4.1 both running on Windows 95 thomas -- ------------------------------------ Thomas de Cornulier CEBC-CNRS 79360 Villiers en Bois (0033) 5 49 09 61 11 (heures bureau) (0033) 5 49 09 67 43 (soir) (0033) 6 20 66 07 84 (mobile) ------------------------------------ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._