Skip to content
Prev 85599 / 398506 Next

is there a way to visualize 3D normal distributions?

On 2/2/2006 3:39 AM, Michael wrote:
The misc3d package includes a function for 3d contour plots; that should 
do what you want.

There are some errors in the rendering when plotting multiple contours, 
due to limitations in rgl (the underlying package that does the 
rendering).  The problem is that transparent surfaces need to be 
rendered in order from back to front, and rgl doesn't do that.  But it 
still looks good.

Duncan Murdoch