Learn R Programming

neutrostat (version 0.0.2)

interval_sort: Sorting of the neutrosophic data

Description

Sorting of neutrosophic values in the ascending order

Usage

interval_sort(data)

Value

List of intervals in asceding order.

Arguments

data

data is a list of neutrosophic numbers

Author

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

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

Run the code above in your browser using DataLab