Learn R Programming

UncerIn2 (version 2.0)

Points-class: S4 class Representing a class Points

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.

Arguments

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

Run this code
showClass("Points")

Run the code above in your browser using DataLab