What\'s the best way to call R functionality from within Java?
I\'m looking for a quick, easy and reliable way to make standard 2d scatter plots and histograms in R
There is something new called http://www.renjin.org/
One thing i like it over JRI is deployment, While jri required that your application users will download R, renjin does not, and it uses only the JVM to run.
JRI
jri
renjin
JVM