Re: [R] RData size

2011-01-04 Thread jim holtman
You can confirm it very easy by adding 'compress = FALSE' to the save function. You will see that the .RData files are the same size since you are not compressing them. On Tue, Jan 4, 2011 at 7:19 PM, array chip wrote: > Hi, I noticed a Rdata size issue that's puzzling to me. Attached find 2 >

[R] RData size

2011-01-04 Thread array chip
Hi, I noticed a Rdata size issue that's puzzling to me. Attached find 2 example datasets in text file. Both are 100x5, so the sizes for both text file are the same. However, when I read them into R, the sizes are much different: tt<-as.matrix(read.table("tt.txt",header=T,row.names=1)) save(tt,fi