Learn R Programming

UncerIn2 (version 2.0)

idwUncertain: IDW interpolation

Description

This function provides IDW interpolation over the input data enriched by the uncertainty. The input data must be an S4 object class of UncertainPoints and grid type of Spatial. Output object is type of S4 class UncertainInterpolation.

Usage

"idwUncertain"(object,grid,nmax,idp)

Arguments

object
Input data. An object of UncertainPoints class.
grid
Input Spatial grid.
nmax
The number of nearest observations that should be used.
idp
Inverse distance power.

Value

Returns an object of class UncertainInterpolation.

See Also

UncertainPoints-class, UncertainInterpolation-class, Grid.def, Grid.box, Grid.interpolation, gstat, Plot, uncertaintyInterpolation2-package