idwUncertain: IDW interpolation

Description Usage Arguments Value See Also

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

1
2
## S4 method for signature 'UncertainPoints,Spatial'
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


UncerIn2 documentation built on May 2, 2019, 3:48 p.m.