Smooth {spatstat} | R Documentation |
Generic function to perform spatial smoothing of spatial data.
Smooth(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
.
Methods for this function include
Smooth.ppp
for point patterns
Smooth.msr
for measures
Smooth.fv
for function value tables
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
and Rolf Turner r.turner@auckland.ac.nz
Smooth.ppp
,
Smooth.im
,
Smooth.msr
,
Smooth.fv
.