0

Possible Duplicate:
How to make a simple program to call R from java using eclipse and Rserve

Its my first time to call R from java, I am using eclipse and I download the Rserve library using the command install.packages("Rserve") I dont know what to do on the eclipse side, how do i make a very simple program that can execute this code : RConnection c = new RConnection(); REXP x = c.eval("R.version.string"); System.out.println(x.asString());

I need simple steps, I tried a lot but its not right and I dont know where to start from

Please stop putting low ratings and either help me or let someone else try

4

0 回答 0