Learn R Programming

UncerIn2 (version 2.0)

uncertaintyRandomNumber: Creates S4 object class UncertainPoints

Description

Builds an uncertainty model based on the imprecision made by random number (from defined interval) over the input data. Input data must be type of S4 class Points. Output object is type of S4 class UncertainPoints.

Usage

uncertaintyRandomNumber(data, min = 0, max = 1)

Arguments

data
Input data. S4 class of Points.
min
The minimum value of the interval.
max
The maximum value of the interval.

Value

Returns an object of class UncertainPoints.

See Also

Points-class, UncertainPoints-class, uncertaintyInterpolation2-package