interval_sort {neutrostat}R Documentation

Sorting of the neutrosophic data

Description

Sorting of neutrosophic values in the ascending order

Usage

interval_sort(data)

Arguments

data

data is a list of neutrosophic numbers

Value

List of intervals in asceding order.

Author(s)

Zahid Khan

References

Moore, R. E. (1979): Methods and applications of interval analysis.SIAM. doi:10.1137/1.9781611970906

See Also

interval_add,interval_div.

Examples

data <- list(c(5, 10), c(4,6), c(2, 3))
sort <- interval_sort(data)
print(sort)

[Package neutrostat version 0.0.2 Index]