Learn R Programming

FuzzySTs (version 0.3)

is.alphacuts: 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)

Value

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

Arguments

data

a matrix of 2 equal length columns with no NA.

Examples

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

Run the code above in your browser using DataLab