bindColums-methods: Function that binds two FuzzyData together into one FuzzyData

Description Usage Arguments Value

Description

This methods construct object FuzzyData based on two FuzzyData. The functions merges the sources into single output. This method should be used in situations when both weights and input data are fuzzy.

Usage

1
2
3
4
bindColums(data1, data2)

## S4 method for signature 'FuzzyData,FuzzyData'
bindColums(data1, data2)

Arguments

data1

An object of FuzzyData.

data2

An object of FuzzyData.

Value

An object of class FuzzyData


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