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).