Hi guys I want to ask, is there anyone who successfully works with JRI and rJava? I want to put some graphics, graphics made in R, in my Java application, but to no avail. Can anyone provide a working example. Here is what I found, but it does not work. thank you
import org.rosuda.JRI.REXP; import org.rosuda.JRI.Rengine; public class TryPlot { public static void main(String[] args) {
source share