R from within Java

前端 未结 5 449
梦如初夏
梦如初夏 2020-12-01 04:04

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

5条回答
  •  囚心锁ツ
    2020-12-01 04:34

    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.

提交回复
热议问题