textRepresentation {FuzzyAHP} | R Documentation |
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 signature 'FuzzyPairwiseComparisonMatrix'
textRepresentation(x, whole = TRUE)
## S4 method for signature 'PairwiseComparisonMatrix'
textRepresentation(x, whole = TRUE)
Arguments
x |
An object of class |
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.
[Package FuzzyAHP version 0.9.5 Index]