Skip to content

scatterplot of 100000 points and pdf file format

2 messages · Austin, Matt, (Ted Harding)

#
[1] 14.23  0.06 14.34    NA    NA

The time does not seem too bad, depending on how many times it has to be
performed.
--Matt

Matt Austin
Statistician

Amgen 
One Amgen Center Drive
M/S 24-2-C
Thousand Oaks CA 93021
(805) 447 - 7431
#
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 ------------------------------