Learn R Programming

UncerIn2 (version 2.0)

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.

Value

Returns an object of class UncertainPoints.

See Also

Points-class, UncertainPoints-class, uncertaintyInterpolation2-package