Learn R Programming

FuzzySTs (version 0.2)

is.fuzzification: Verifies if a matrix is a fuzzification matrix

Description

Verifies if a matrix is a fuzzification matrix

Usage

is.fuzzification(data)

Value

A value TRUE if the concerned object is a numerical fuzzification matrix, FALSE otherwise.

Arguments

data

an array of 3 dimensions c(m,n,2), with m lines, n columns. No NA are allowed.

Examples

Run this code
mat <- array(c(1,1,2,2,3,3,5,5,6,6,7,7),dim=c(2,3,2))
is.fuzzification(mat)

Run the code above in your browser using DataLab