Smooth.ssf | R Documentation |
Applies kernel smoothing to a spatially sampled function.
## S3 method for class 'ssf'
Smooth(X, ...)
X |
Object of class |
... |
Arguments passed to |
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.
The function values will be smoothed using a Gaussian kernel.
A pixel image or a list of pixel images.
.
ssf
,
Smooth.ppp
f <- ssf(redwood, nndist(redwood))
Smooth(f, sigma=0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.