|
R is an integrated suite of software facilities for data manipulation, calculation and graphical display ( http://www.r-project.org ). BioUML supports R script by R JavaScript host object.
R methods
Note: R_HOME environment variable should be set.
Example: var rObject = R.local();
Note: If RServe is not running the system will try to run it automatically, otherwise you should run it manually.
Example: var rObject = R.rserve();
host - address of BioUML server, port - connection port
Example: var rObject = R.connect("e;server.biouml.org"e;, 80); |