View source: R/is_alphacuts_17102018.R
nbreakpoints | R Documentation |
Calculates the number of breakpoints of a numerical matrix of alpha-cuts
nbreakpoints(data)
data |
a matrix of numerical alpha-cuts or a 3-dimensional array. No NA are allowed. |
A numerical positive integer.
X <- TrapezoidalFuzzyNumber(1,2,3,4)
alpha.X <- alphacut(X, seq(0,1,0.01))
nbreakpoints(alpha.X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.