Re: [R] Writing intermediate analysis to disk

2008-05-28 Thread Moshe Olshansky
Hi Stephen, Have you looked at 'save' and 'load'? As far as I understand, to really release the memory you need to close R, so you may try to write a script (shell script on Unix, batch file on Windows) which invokes Rcmd to load the data, make an iteration and save the result, so that R dies bet

[R] Writing intermediate analysis to disk

2008-05-28 Thread stephen sefick
Is there a way to write and analysis to disk and then reconstruct the whole thing back into an object. wavCWT() #wmtsa package I am running out of memory on my computer and I was wondering if there was a way to iterate through this process (as it is an iterative process anyway- it just stores the