Displaying 1 result from an estimated 1 matches for "moransi".
2012 May 15
1
save to Rdata file and to txt
Dear all,
I am using the
save(moransI,file=saveString) to save a variable called moransI to a file.
This works well but unfortunately I have to open R every time I want to look to the contents.
Would it be also possible to have a second line that saves the contents of the moransI variable in a normal txt file?
The ideal is inside the...