p.dalgaard@biostat.ku.dk
2003-May-30 12:48 UTC
[Rd] Re: [R] Postscript query: plotting long vectors (PR#3132)
Prof Brian Ripley <ripley@stats.ox.ac.uk> writes:> Except that there is nothing reproducible in that report, not even the > claimed (by Don MacQueen) incorrect lines!Er, right, sorry. Here's a version of the effect, for inclusiont with the report: postscript() x <- seq(0,2*pi,,50000) plot(x,sin(x),type="l") dev.off() Count reduced from the original 200000 to show quantization effect. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907
Prof Brian Ripley
2003-May-30 13:46 UTC
[Rd] Re: [R] Postscript query: plotting long vectors (PR#3132)
That isn't actually the same effect, but both examples (with 50000 and 200000) work in R-patched now. On Fri, 30 May 2003 p.dalgaard@biostat.ku.dk wrote:> Prof Brian Ripley <ripley@stats.ox.ac.uk> writes: > > > Except that there is nothing reproducible in that report, not even the > > claimed (by Don MacQueen) incorrect lines!(there seemed no problem with them).> Er, right, sorry. Here's a version of the effect, for inclusiont with > the report: > > postscript() > x <- seq(0,2*pi,,50000) > plot(x,sin(x),type="l") > dev.off() > > Count reduced from the original 200000 to show quantization effect.-- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595