Visualization of plots

Hi Team,

As a web application developer, I use Java, HTML, D3. Post developing the application I create war file and deploy onto open source server like tomcat.
I had a question on how I can integrate this with R for the purpose of running R scripts and showing R plots on HTMLs, package it and deploy it.

Any suggestions?

Hi @ankurmitujjain

I know next to nothing about Java, so not sure how to help with R integration there.

There’s already a nice solution though for web apps: http://shiny.rstudio.com/ - Which allows to make web apps running R in the backend, and you can just write R code, or include any javascript, html, or css.