getFuzzyNumber-methods: Function to extract specific fuzzy numbers

Description Usage Arguments Value

Description

This methods helps with extracting fuzzy numbers from FuzzyData and FuzzyWeights.

Usage

1
2
3
4
5
6
7
getFuzzyNumber(object, index)

## S4 method for signature 'FuzzyData,integer'
getFuzzyNumber(object, index)

## S4 method for signature 'FuzzyWeights,integer'
getFuzzyNumber(object, index)

Arguments

object

An object of class FuzzyData or FuzzyWeights

index

An object of class integer that represents one or more indices to extract the data from

Value

A matrix where rows are fuzzy numbers and columns are important values.


FuzzyAHP documentation built on Dec. 6, 2019, 5:10 p.m.