Skip to content
Prev 173968 / 398503 Next

help with 3-D plot of kernel density estimates

On 17/03/2009 6:44 AM, Josh wrote:
See the kde3d example in the misc3d package for contour plots of a 3d 
density function (not as you described, but very nicely done).

Or if you just want 3d plots of a 2d function, you can use persp (from 
graphics) or persp3d (from rgl).

Duncan Murdoch