|
|
R
R
provides tools for graphics and statistical analysis.
R is installed in the "/apps/packages/R-2.6.1" directory of the VT ARC SGI Systems (Inferno,
Inferno2, and Cauldron)
and can be accessed as "/apps/bin/R" .
To invoke R using the input file "test.r" and write the results to "test.out", you could use the following command:
/apps/bin/R --vanilla <test.r >test.out
See Example R Program for sample R code which could be used for "test.r"
above and the results which which would be obtained after the above command were executed.
|
|