View source: R/is_alphacuts_17102018.R
is.alphacuts | R Documentation |
Verifies if a matrix is set of left and right alpha-cuts
is.alphacuts(data)
data |
a matrix of 2 equal length columns with no NA. |
A value TRUE if the concerned object can be a set of numerical left and right alpha-cuts, FALSE otherwise.
mat <- matrix(c(1,2,3,7,6,5), ncol = 2)
is.alphacuts(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.