search for: xdet

Displaying 1 result from an estimated 1 matches for "xdet".

Did you mean: det
2008 Oct 08
0
issues with "write.table"
...are the couple of lines involved: > data2 <- format.data.frame(sorted_data) > write.table(data2,file="R_toscala.txt",append=TRUE,quote=FALSE,sep="\t",row.names=FALSE,col.names=FALSE) > rm(tmp,new_xyz,u0,u1,data,data0,data1,data2,data3,data4,templ0,templ1,f0,f1,frac,Xdet,Ydet,tthr,tth,tras_coef,sc,srs,sup,sdown,rs,lorentz,pola,rot,sorted_data) You can see that data2 is removed at each cycle together with other objects in order to free memory. Now everything is OK when the written file, "R_toscala.txt" grows roughly to 100000 lines. But my code writes wr...