R + Apache? Interactive R graphs and fast collaboration over internet

走远了吗. 提交于 2019-12-01 12:26:54

问题


I need GUI vizualiser that shows R graphs with tickers and such things in RStudio style but over the internet (and notice with commandline access, not in RStudio). I hope an easy browser based solution, running Apache server.

How can I fast show some of my projects or graphs in an interactive way to my collegue (not necessarily technically-savy)?


回答1:


RApache is probably something you are looking for, here. You can find an example code here. I haven't tested it yet but it may be useful.

Older stuff

I found the below material for some odd reason for this. I leave it here to get more refined.

  • http://rstudio.org/docs/advanced/manipulate
  • https://r-forge.r-project.org/R/?group_id=761
  • http://www.ggobi.org/rgtk2/#start
  • https://github.com/jverzani/gWidgetsWWW2
  • https://stackoverflow.com/questions/1184517/a-better-gui-for-r (matlab/mathematica copy-catting)
  • http://rpy.sourceforge.net/
  • Unix: Getting Mouse -coordinates over X like the Mathematica?


来源:https://stackoverflow.com/questions/9812547/r-apache-interactive-r-graphs-and-fast-collaboration-over-internet

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!