Displaying 1 result from an estimated 1 matches for "tp3075376p3075587".
2010 Dec 06
1
R cmd batch with parameters
hello!
I'm trying to make a very simple calculation using R that would called
from bash with two parameters, the names of the input and output files.
the first one is just an 4 by 100 numerical table- the function finds
the index of the maximal elements in each columns and writes it into the
output file.
I cannot deal somehow with passing the parameters to the function it
works from R with the