Displaying 3 results from an estimated 3 matches for "livegraphics3d".
2011 Aug 30
1
R - Web - Interfaces
...information on the following link concerning web interfaces to R appears
outdated:
http://cran.r-project.org/doc/FAQ/R-FAQ.html#R-Web-Interfaces
Is anybody able to recommend packages to provide GUI like behaviour to
interface with R that would facilitate, eg.
* Rotatable surface plots (similar to LiveGraphics3D for mathematica,
http://www.vis.uni-stuttgart.de/~kraus/LiveGraphics3D/examples/color_volumes.html
)
* Re-plotting surface plots based on values entered into text boxes (or via
sliders).
Basically, I am looking for an interactive way to present response surfaces
(and the effects of changing factor...
2001 Oct 02
1
calling browser in Windows
I'm working on the interface to LiveGraphics3D (Java applet for dynamic
3D graphics) that I mentioned earlier on the list, and I've hit a
cross-platform problem.
I want to allow the option of popping up a browser or opening the file
in a browser automatically. On Unix, the following (stolen from
help.start()) works:
system(paste(browser...
2001 Sep 20
0
3d java etc.
...ome of
that this weekend.
In the meanwhile, here are a couple of pointers to the Java applet &
documentation (apparently free for non-commercial use but not for
commerce):
http://www.mathsource.com/Content/Enhancements/Interfacing/Web/0209-281
http://wwwvis.informatik.uni-stuttgart.de/~kraus/LiveGraphics3D/download.html
I will put my code up (completely undocumented and halfway through
cleanup) at http://www.zoo.ufl.edu/bolker/mmagrid.R for anyone who's
really eager. Essentially all it does is to translate 3d objects into
Mathematica format: I have functions mma.text(), mma.line(), mma.point(...