is.alphacuts {FuzzySTs}R Documentation

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

Description

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

Usage

is.alphacuts(data)

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

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

[Package FuzzySTs version 0.2 Index]