Smooth
From spatstat v1.41-1
by Adrian Baddeley
Spatial smoothing of data
Generic function to perform spatial smoothing of spatial data.
Usage
Smooth(X, ...)
Arguments
- X
- Some kind of spatial data
- ...
- Arguments passed to methods.
Details
This generic function calls an appropriate method
to perform spatial smoothing on the spatial dataset X
.
Methods for this function include
Smooth.ppp
for point patternsSmooth.msr
for measuresSmooth.fv
for function value tables
See Also
Community examples
Looks like there are no examples yet.