powered by
Calculates the degree of membership of a real number to a triangular fuzzy number. The fuzzy number is defined by its central value and the left and right spreads.
dom(x, TFN)
Returns a numeric in interval [0,1].
[0,1]
a numeric vector.
a numeric vector of length 3.
x <- seq(from = 0, to = 2, length.out = 10) A <- c(1, 1, 1) dom(x, A)
Run the code above in your browser using DataLab