SmoothHeat | R Documentation |
Generic function to perform spatial smoothing of spatial data by diffusion.
SmoothHeat(X, ...)
X |
Some kind of spatial data |
... |
Arguments passed to methods. |
This generic function calls an appropriate method
to perform spatial smoothing on the spatial dataset X
using diffusion.
Methods for this function include
SmoothHeat.ppp
for point patterns
SmoothHeat.im
for pixel images.
An object containing smoothed values of the input data, in an appropriate format. See the documentation for the methods.
.
SmoothHeat.ppp
,
SmoothHeat.im
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.