Learn R Programming

UncerIn2 (version 2.0)

UncertainInterpolation-class: S4 class Representing a UncertainInterpolation

Description

Definition of S4 class for output data from interpolation functions of package UncerIn2. Where x, y should represent coordinates and uncertaintyLower, modalValue, uncertaintyUpper the values of uncertainty.

Arguments

Slots

x:
Input numeric data (number specyfing the x grid coordinate).
y:
Input numeric data (number specyfing the y grid coordinate).
uncertaintyLower:
Defined model values of uncertaintyLower - the bottom calculated part.
modalValue:
Defined model values of modalValue - the mean values.
uncertaintyUpper:
Defined model values of uncertaintyUpper - the upper calculated part.

See Also

uncertaintyInterpolation2-package

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

Examples

Run this code
showClass("UncertainInterpolation")

Run the code above in your browser using DataLab