Displaying 2 results from an estimated 2 matches for "templ1".
Did you mean:
temp1
2008 Oct 08
0
issues with "write.table"
...from memory.
These 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 m...
2006 Sep 07
13
How to handle config files used by a combination of classes?
Hi,
How should I handle the combinatorics when one config file must be
built for a combination of possible classes?
Take for example the amd automounter''s configuration file, which on
Debian is found at /etc/am-utils/amd.conf. This is an INI style file
which looks like:
[fsname1]
param1=foo
param2=bar
[fsname2]
param1=baz
param2=quag
In my case I have one class of machines