powered by
Applies kernel smoothing to a spatially sampled function.
# S3 method for ssf Smooth(X, ...)
A pixel image or a list of pixel images.
An object of class "ssf" represents a real-valued or vector-valued function that has been evaluated or sampled at an irregular set of points.
"ssf"
The function values will be smoothed using a Gaussian kernel.
ssf, Smooth.ppp
ssf
Smooth.ppp
f <- ssf(redwood, nndist(redwood)) Smooth(f, sigma=0.1)
Run the code above in your browser using DataLab