This methods construct object FuzzyData based on provided matrix. The matrix needs to be have rows represent individual fuzzy numbers and three colums that represent minimal, modal and maximal value of fuzzy number.
fuzzyData(data, single.value =TRUE)## S4 method for signature 'matrix'fuzzyData(data, single.value =TRUE)
Arguments
data: A matrix with 3 colums.
single.value: An optional boolean parameter (default value TRUE) specifying if the data to be turn into fuzzy data is single vector of fuzzy numbers (then it needs to have 3 colums) or if the whole matrix needs to be turn into fuzzy values.