Re: [Rd] Calling R functions from Java

2005-04-29 Thread Markus Helbig
Especially look at JRI, which is responsible for the communication Java -> R. JGR source: http://www.rosuda.org/JGR/1.1a/src/JGRsrc.tar.gz JRI source: http://www.rosuda.org/JGR/1.1a/linux/JGR-1.1a.tar.gz Best Markus On Friday 29 April 2005 15:21, D0c wrote: > Hey guys, > I got a java gui app wh

Re: [Rd] Calling R functions from Java

2005-04-29 Thread stefano iacus
Have a look at JGR. stefano On 29/apr/05, at 15:21, D0c wrote: Hey guys, I got a java gui app which loads up data into a table. How can i use R to perform statistical functions on the data in the table? P.S My question is not particularly geared towards Java coding, but more towards allowing R func

[Rd] Calling R functions from Java

2005-04-29 Thread D0c
Hey guys, I got a java gui app which loads up data into a table. How can i use R to perform statistical functions on the data in the table? P.S My question is not particularly geared towards Java coding, but more towards allowing R functionality within Java. _