Skip to content
Prev 280701 / 398502 Next

qqnorm & huge datasets

I'd second Peter's suggestion, but if you need every data point for
whatever reason, you might also try passing the pch = "." option to
qqnorm. On a test with 1e7 data points, it more than halved the
resulting file size and with that many points, there's no loss in
clarity with the different marker.

Michael
On Wed, Dec 21, 2011 at 4:59 PM, peter dalgaard <pdalgd at gmail.com> wrote: