Smooth: Spatial smoothing of data

View source: R/smooth.ppp.R

SmoothR Documentation

Spatial smoothing of data

Description

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 patterns

  • Smooth.msr for measures

  • Smooth.fv for function value tables

Value

An object containing smoothed values of the input data, in an appropriate format. See the documentation for the methods.

Author(s)

\adrian

and \rolf

See Also

Smooth.ppp, Smooth.im, Smooth.msr, Smooth.fv.


spatstat.explore documentation built on Oct. 23, 2023, 1:07 a.m.