Learn R Programming

FuzzyAHP (version 0.9.5)

textRepresentation: Function to create text representation of (Fuzzy) Pairwise comparison matrix

Description

This methods creates text representation of Pairwise comparison matrices.

Usage

textRepresentation(x, whole = TRUE)

# S4 method for FuzzyPairwiseComparisonMatrix textRepresentation(x, whole = TRUE)

# S4 method for PairwiseComparisonMatrix textRepresentation(x, whole = TRUE)

Arguments

x

An object of class '>FuzzyPairwiseComparisonMatrix or '>PairwiseComparisonMatrix

whole

A boolean object specifying if the whole matrix should be created or only its upper half should be filled.

Value

A dataframe of character type.