powered by
Verifies if a matrix is set of left and right alpha-cuts
is.alphacuts(data)
A value TRUE if the concerned object can be a set of numerical left and right alpha-cuts, FALSE otherwise.
a matrix of 2 equal length columns with no NA.
mat <- matrix(c(1,2,3,7,6,5), ncol = 2) is.alphacuts(mat)
Run the code above in your browser using DataLab