Hello to all: I want to be able to create regular and 3D plots that are interactive with the mouse, so i can zoom in/out of a given zone, etc, as close as possible as what it is done with matlab. Are there any libraries written for R for that purpouse? I know there are wonderful static graphics libraries, but what about interactive ones under x-windows or any other environment? I am using R for mac os X 10.6. Thank you in advance for any help or suggestions! -- View this message in context: http://r.789695.n4.nabble.com/Interactive-plots-or-graphics-libraries-for-R-tp3548475p3548475.html Sent from the R help mailing list archive at Nabble.com.
David A. Johnston
2011-May-24 23:34 UTC
[R] Interactive plots or graphics libraries for R?
I recommend the 'rgl' package. It can draw 3d scatterplots, shapes, and surfaces. You can spin, and zoom in with the mouse. You can record a "movie" of the rotating graphic. http://cran.r-project.org/web/packages/rgl/index.html -David Johnston -- View this message in context: http://r.789695.n4.nabble.com/Interactive-plots-or-graphics-libraries-for-R-tp3548475p3548544.html Sent from the R help mailing list archive at Nabble.com.