[R] How to save the variables in R to a file

2009-04-06 Thread Cetinyürek Aysun
Dear list members, I have f.mean matrix of size 500 X 83 in R, and I want to save this into a file. I used the command save(f.mean.Rdata,file=D:/Users/Ays/Documents/Results) it saves but when I open the file in notepad it is just some characters meaningless. Thank you in advance, Kind Regards,

Re: [R] How to save the variables in R to a file

2009-04-06 Thread Christian Ruckert
Cetinyürek Aysun schrieb: Dear list members, I have f.mean matrix of size 500 X 83 in R, and I want to save this into a file. I used the command save(f.mean.Rdata,file=D:/Users/Ays/Documents/Results) it saves but when I open the file in notepad it is just some characters meaningless. The

Re: [R] How to save the variables in R to a file

2009-04-06 Thread Bernardo Rangel Tura
On Mon, 2009-04-06 at 11:05 +0200, Cetinyürek Aysun wrote: Dear list members, I have f.mean matrix of size 500 X 83 in R, and I want to save this into a file. I used the command save(f.mean.Rdata,file=D:/Users/Ays/Documents/Results) it saves but when I open the file in notepad it is just