[R] geodata conversion
    Jason Turner 
    jasont at indigoindustrial.co.nz
       
    Sun Sep 28 22:31:10 CEST 2003
    
    
  
On Sun, 2003-09-28 at 13:10, Yaqing Gu wrote:
> Hey,
> I have a data set of 1.20MB. I used read.table( ) to read in the data and then 
> tried to convert it to geodata type. But it failed and I got 
> "Error in vector("double", length) : cannot allocate vector of length 1351974000" message.
> All the commands I used were:
> 
>     rawdata<-read.table(file=" ")
>    datag<-as.geodata(rawdata)
> 
> BTW, what is the biggest origin data size as.geodata( ) can convert? 
Depends how much memory R can give it.
Check
help(Memory)
and read the FAQs.  You'll find them under "Miscelaneous Items", in the
browser, after you use the command "help.start()"
Cheers
Jason
-- 
Indigo Industrial Controls Ltd.
http://www.indigoindustrial.co.nz
+64-(0)21-343-545
    
    
More information about the R-help
mailing list