View source: R/fuzzy_operations.R
fuzzy_add | R Documentation |
Performs the addition of two triangular fuzzy numbers.
fuzzy_add(X, Y)
X |
List. First triangular fuzzy number with components |
Y |
List. Second triangular fuzzy number with components |
A list representing the sum of the two fuzzy numbers.
X <- list(l = 1, x = 2, r = 3)
Y <- list(l = 2, x = 3, r = 4)
fuzzy_add(X, Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.