How do I rotate 3D plots/surfaces generated by either cloud or wireframe? Thanks. Marc Marc W. Zodet, MS Health Statistician Agency for Healthcare Research and Quality [[alternative HTML version deleted]]
Hello MZodet, Wednesday, September 17, 2003, 2:14:12 PM, you wrote: Mag> How do I rotate 3D plots/surfaces generated by either cloud or wireframe? wireframe has the screen parameter which reads a list to rotate ... something in this kind: wireframe(object, screen = list( x = 5, y = 5 , z= 10)) Same with cloud function...
MZodet at ahrq.gov wrote:> How do I rotate 3D plots/surfaces generated by either cloud or wireframe?wireframe - I think you have to set the screen parameter, see the example from ?wireframe, it seems to me you can rotate the surface as you like. I believe it's the same thing for cloud, but I did not test it. I don't know if it's possible for you but persp is also good for 3D surfaces. Then you just have to set the theta and phi parameters. Hope this helps, Laurent
Perhaps MZodet wants the interactive, mouse controlled rotation capability offered by ggobi <www.ggobi.org> ? Designed for linux but advertises "better portability to Microsoft Windows". I have no experience myself either installing or using this. - tom blackwell - u michigan medical school - ann arbor -> > Wednesday, September 17, 2003, 2:14:12 PM, MZodet wrote:> > How do I rotate 3D plots/surfaces generated by either cloud or wireframe? > > On Wed, 17 Sep 2003, Mark Marques wrote: > > wireframe has the screen parameter which reads a list to rotate ... > something in this kind: > > wireframe(object, screen = list( x = 5, y = 5 , z= 10)) > > Same with cloud function... >