Function to create text representation of (Fuzzy) Pairwise comparison matrix
This methods creates text representation of Pairwise comparison matrices.
textRepresentation(x, whole = TRUE) ## S4 method for signature 'FuzzyPairwiseComparisonMatrix' textRepresentation(x, whole = TRUE) ## S4 method for signature 'PairwiseComparisonMatrix' textRepresentation(x, whole = TRUE)
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.
A dataframe
of character
type.