Re: [R] Plotting 15 million points

2010-02-25 Thread Abhishek Pratap
ursday, February 25, 2010 3:12 PM >> To: r-help@r-project.org >> Subject: [R] Plotting 15 million points >> >> Hi All >> >> I have a vector of about 15 million numbers which I would like to >> plot. The goal is the see the distribution.  I tired the usual

Re: [R] Plotting 15 million points

2010-02-25 Thread Nordlund, Dan (DSHS/RDA)
> -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf Of Abhishek Pratap > Sent: Thursday, February 25, 2010 3:12 PM > To: r-help@r-project.org > Subject: [R] Plotting 15 million points > > Hi All > &g

Re: [R] Plotting 15 million points

2010-02-25 Thread David Winsemius
On Feb 25, 2010, at 6:11 PM, Abhishek Pratap wrote: Hi All I have a vector of about 15 million numbers which I would like to plot. The goal is the see the distribution. I tired the usual steps. I get that way after a long day myself. 1. Histogram : never gets complete my window freeze

Re: [R] Plotting 15 million points

2010-02-25 Thread Glover, Tim
To: r-help@r-project.org Subject: [R] Plotting 15 million points Hi All I have a vector of about 15 million numbers which I would like to plot. The goal is the see the distribution. I tired the usual steps. 1. Histogram : never gets complete my window freezes w/out log base 10 2. Density : I

Re: [R] Plotting 15 million points

2010-02-25 Thread Liviu Andronic
On 2/25/10, Abhishek Pratap wrote: > Any efficient methods to play with > 10 million numbers in a vector. > Did you try rggobi? Liviu __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide htt

[R] Plotting 15 million points

2010-02-25 Thread Abhishek Pratap
Hi All I have a vector of about 15 million numbers which I would like to plot. The goal is the see the distribution. I tired the usual steps. 1. Histogram : never gets complete my window freezes w/out log base 10 2. Density : I first calculated the kernel density and then plotted it which worke