Skip to content
Prev 157042 / 398506 Next

rgl: ellipse3d with axes

On 24/09/2008 12:32 PM, Michael Friendly wrote:
That's just because you specified level in the ellipse3d call, but not 
in the ellipes3d.axes call.

One thing that looks a little strange is that the PC axes don't appear 
to be orthogonal:  this is because the scaling is not the same on all 
coordinates.  It might look better doing the first plot as

plot3d(iris3, type="s", size=0.5, col=col, cex=2, box=FALSE, aspect="iso")

Duncan Murdoch