Skip to content

How to draw a kernel surface map in R?

1 message · Michael Sumner

#
See ?image, ?persp in the graphics package, ?levelplot and ?wireframe
in the lattice package, and ?surface3d in the rgdal package.

The sp package has methods for the graphics and lattice functions if
you use Spatial objects.

If you want functions for kernel density, see ?kde2d in MASS, and the
spatstat and KernSmooth packages.

Cheers, Mike.

On Tue, Nov 30, 2010 at 11:14 PM, Everton Emanuel
<everton.emanuel at gmail.com> wrote: