从 R 输出创建交互式小程序
目前,我通过统计分析(例如,三维图)生成结果,然后“手动”将其移动到处理 - 一种图形编程语言),我可以(通过一些简单的编码)导出交互式 java
小程序(例如,允许查看绘图的人移入、移出和围绕数据点) 。我可以将整个过程保留在 R
中吗?具体来说,我想创建一个小程序(不一定是 Java,但需要是可嵌入 Web 的、交互式的(所以不是电影),并且不需要用户在 R 中工作或必须下载东西),可以是过去了。 谢谢。
Currently, I generate results from statistical analyses (e.g., a three-dimensional plot) and then "manually" move it to processing - a graphics programming language) where I can (with some simple coding) export an interactive java
applet (e.g., allow the person viewing the plot to move in, out, and around the data points). Can I keep this whole process within R
? Specifically, I want to create an applet (doesn't have to be Java but would need to be web embeddable, interactive (so not a movie), and not require the user to work in R or have to download things) that can be passed on.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不完全清楚您的要求:您能否确定用户将安装 R(例如,您可以在他们的桌面上运行脚本来首先安装所有内容)吗?它必须通过网络运行吗?
我听说有一个项目正在开发中,可以从 R 创建 Flash 输出,但我找不到任何相关信息。
Not totally clear on your requirements: can you be sure that the user will have R installed (e.g. can you run a script on their desktops to install everything first)? Does it have to run over the web?
I heard that there's a project in development to create Flash output from R, but I can't find anything about it.
我可以将整个过程保留在 R 中吗?
查看 GGobi:
Can I keep this whole process within R?
Check out GGobi: