textRepresentation-methods: Function to create text representation of (Fuzzy) Pairwise...

Description Usage Arguments Value

Description

This methods creates text representation of Pairwise comparison matrices.

Usage

1
2
3
4
5
6
7
textRepresentation(x, whole = TRUE)

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

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


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