Skip to content
Prev 85619 / 398506 Next

is there a way to visualize 3D normal distributions?

Duncan Murdoch <murdoch <at> stats.uwo.ca> writes:
is contour3d really necessary or could you just plot ellipsoids?
(library(rgl); demo(shapes3d)) -- still a little bit of figuring 
to do, but this should get you most of the way there.

  Ben Bolker