If \(A\) is a fuzzy number, then its \(\alpha\)-cuts are
always in form of intervals.
Moreover, the \(\alpha\)-cuts form a nonincreasing
chain w.r.t. \(alpha\).
Usage
# S4 method for FuzzyNumber,numeric
alphacut(object, alpha)
Arguments
object
a fuzzy number
alpha
numeric vector with elements in [0,1]
Value
Returns a matrix with two columns (left and right alha cut bounds).
if some elements in alpha are not in [0,1], then NA
is set.