How can i display the ggplots generated in java by rJava in html? -


i have created java code run r script using rjava create ggplots graphs.how can show plot in html or embed in html?

with code

 `rengine engine = new rengine(new string[] { "--no-save" }, false, null);`  `engine.eval("hist(rnorm(1000,40,123))");` 

i can open console window in eclipse. i'm having trouble send result html. tried create jpeg file result want interactive mousehover , such functions.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -