Tuesday, 26 June 2018

Draggable line chart in rshiny

I have built an RShiny app which uses linear regression to predict some metrics. In order to make this app more interactive, I need to add a line chart, where I can drag the points of the line chart, capture the new points and predict the values based on the new points.

Basically, I'm looking for something like this in RShiny. Any help on how to achieve this?



from Draggable line chart in rshiny

No comments:

Post a Comment