Re: [R] Axis mayhem in plot3d

2012-05-20 Thread Duncan Murdoch
On 12-05-20 4:01 PM, Andrew Roberts wrote: Wise people, I have a plot of age, vertebral level and depth of the spinal cord from the skin in children that I can interact with in sculpt3d: Your subject says plot3d, but your example uses sculpt3d, and you don't say what packages you're using.

[R] Axis mayhem in plot3d

2012-05-20 Thread Andrew Roberts
Wise people, I have a plot of age, vertebral level and depth of the spinal cord from the skin in children that I can interact with in sculpt3d: sculpt3d(Depth[,4],Depth$LevelNo,Depth$Depth,type="s",radius=.3, alpha=.5) decorate3d(axes=FALSE, box=FALSE,xlab="Age", ylab="Level",zlab="Depth") To m