is.alphacuts: Verifies if a matrix is set of left and right alpha-cuts

Description Usage Arguments Value Examples

View source: R/is_alphacuts_17102018.R

Description

Verifies if a matrix is set of left and right alpha-cuts

Usage

1

Arguments

data

a matrix of 2 equal length columns with no NA.

Value

A value TRUE if the concerned object can be a set of numerical left and right alpha-cuts, FALSE otherwise.

Examples

1
2
mat <- matrix(c(1,2,3,7,6,5), ncol = 2) 
is.alphacuts(mat)

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