Displaying 1 result from an estimated 1 matches for "bbtm".
Did you mean:
bbt
2012 Jun 27
1
Running R on a cluster
Hello,
I have R script my_script.R . It loads a large input file "data.txt" and
then outputs a large matrix "out". (the command of running it on cluster
using my.cmd is put at the end)
Now I have 30 different input files "data1.txt", "data2.txt" ... and
"data30.txt" and want to generate and save 30 output (matrix) files
separately, how can I