FuzzyInterpolation-class: S4 class Representing a FuzzyInterpolation

Description Slots See Also Examples

Description

Definition of S4 class for output data from fuzzy (kriging) interpolation function of package UncerIn2. Where x, y should represent coordinates and minimal, modalValue, maximal the values of uncertainty.

Slots

x:

Input numeric data (number specyfing the x grid coordinate).

y:

Input numeric data (number specyfing the y grid coordinate).

minimal:

Defined model values of uncertaintyLower - the bottom calculated part.

modalValue:

Defined model values of modalValue - the mean values.

maximal:

Defined model values of uncertaintyUpper - the upper calculated part.

See Also

uncertaintyInterpolation2-package

Other res: Points-class, UncertainInterpolation-class, UncertainPoints-class

Examples

1
showClass("FuzzyInterpolation")

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