Skip to content
Prev 368704 / 398498 Next

Creating interactive graphs and exporting to Intranet site

On 22/04/2017 10:29 PM, Chris Battiston wrote:
Given that you can't run R on the server, you would basically need to 
produce all possible displays in advance, then have your web page select 
which one to show based on the controls on the page. (You might be able 
to show all data, then have the checkboxes set some points to be 
invisible, but that gets tricky.)

The rgl package does things like that but is aimed at 3D plots; getting 
it to do good looking 2D plots isn't easy.

On the other hand, this is pretty easy to do using Shiny or RStudio 
Connect (a paid service, see https://www.rstudio.com/products/connect/), 
which could run on your own server.  So I'd try to relax your constraints.

Duncan Murdoch