This forces the output of c() to the equivalent of list() only for inputs of type ivfn
Usage
# S3 method for class 'ivfn'
c(...)
Value
[list()
]
A list of ivfn objects
Details
For ivfn objects, c() combines all of the lower and upper data into a single ivfn object, but list() returns the expected output of a list of distinct ivfn objects.
See also
Other interval-valued-fuzzy-numbers:
create_ivfn_fcm_from_conventional_fcm()
,
ivfn()
,
make_adj_matrix_w_ivfns()
,
print.ivfn()
,
subtract_ivfn()