is.trfuzzification: Verifies if a matrix is a fuzzification matrix of trapezoidal...

Description Usage Arguments Value Examples

View source: R/is_alphacuts_17102018.R

Description

Verifies if a matrix is a fuzzification matrix of trapezoidal fuzzy numbers

Usage

1

Arguments

data

a matrix of 4 columns (p,q,r,s), where p q r s. No NA are allowed.

Value

A value TRUE if the concerned object is a trapezoidal or triangular fuzzification matrix, FALSE otherwise.

Examples

1
2
mat <- matrix(c(1,1,2,2,3,3,4,4),ncol=4)
is.trfuzzification(mat)

FuzzySTs documentation built on Nov. 23, 2020, 5:11 p.m.