Victor.Barajas@HSC.com
1999-Jul-27 22:25 UTC
[R] R hangs when hist() gets vector with a single value
Hi, I'm not sure if this is a bug or due to my ignorance of R syntax. I'm using hist() to plot a sample set of data, some sets contain the same value (i.e. 3000, 3000, 3000, 3000). I find that hist() hangs when It gets to sets with a single value. ....help ? ...victor -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Peter Dalgaard BSA
1999-Jul-27 23:18 UTC
[R] R hangs when hist() gets vector with a single value
Victor.Barajas at HSC.com writes:> Hi, I'm not sure if this is a bug or due to my ignorance of R syntax. I'm using > hist() to plot a sample set of data, some sets contain the same value (i.e. > 3000, 3000, 3000, 3000). I find that hist() hangs when It gets to sets with a > single value. ....help ? ...victor >Version? There was a bug of the sort some time ago, but recent versions seem to have no trouble doing e.g. hist(rep(10,10)) -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._