uncertaintyConstant: Creates S4 object class UncertainPoints
Description
Builds an uncertainty model based on the constant error over the input data.
Input data must be type of S4 class Points. Output object
is type of S4 class UncertainPoints.
Usage
uncertaintyConstant(data, value = 2)
Arguments
data
Input data. S4 class of Points.
value
Constant value of imprecision that defines the uncertainty.