*** saving files ***
Shahrokh Keiwani a ??crit :
the filenames must be saved like: file_1 -> for 1. result file_2 -> for 2. result file_n -> for n. result
for (i in 1:n)
{
myfilename = paste("file_" , i , sep="");
...
}
hih
Shahrokh Keiwani a ??crit :
the filenames must be saved like: file_1 -> for 1. result file_2 -> for 2. result file_n -> for n. result
for (i in 1:n)
{
myfilename = paste("file_" , i , sep="");
...
}
hih