echo "source(\"RCommands.R\");t<-matrix(c(1,2,3,4,5,6),ncol=2);print(process(t))" | R --slave
You only need to substitute your data inside c() with all separators replaced with commas and specify number of columns in your data as ncol=...
Good luck...
______________________________________________ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help