Skip to content
Prev 59787 / 398502 Next

scatterplot of 100000 points and pdf file format

On 25-Nov-04 Austin, Matt wrote:
Interesting! Let's see:

Starting again,

  X<-round(rnorm(1e6),3);Y<-round(rnorm(1e6),3)
  XY<-cbind(X,Y)
  system.time(unique(XY))
  [1] 288.22   3.00 291.38   0.00   0.00

  XY<-data.frame(x=X,y=Y)
  system.time(unique(XY))
  [1] 72.38  0.84 74.44  0.00  0.00


Data Frames Are Fast Food!!!

Ted.


--------------------------------------------------------------------
E-Mail: (Ted Harding) <Ted.Harding at nessie.mcc.ac.uk>
Fax-to-email: +44 (0)870 094 0861  [NB: New number!]
Date: 25-Nov-04                                       Time: 02:12:20
------------------------------ XFMail ------------------------------