Learn R Programming

FuzzyAHP (version 0.9.5)

getFuzzyNumber: Function to extract specific fuzzy numbers

Description

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

Usage

getFuzzyNumber(object, index)

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

# S4 method for 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.