Points-class: S4 class Representing a class Points

Description Slots See Also Examples

Description

Definition of class for input data of numeric format x/y/z. Also defines input data format into the functions of package UncerIn2, which are building uncertainty models over input data. Where x, y should represent coordinates and z variable.

Slots

x:

Input numeric data (number specyfing the x coordinate).

y:

Input numeric data (number specyfing the y coordinate).

z:

Input numeric data (number specyfing the values of variable).

See Also

uncertaintyInterpolation2-package

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

Examples

1
showClass("Points")

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