View source: R/helpers_function.R
| fuzzy_and | R Documentation | 
Fuzzy And Function
fuzzy_and(inputA, inputB)
| inputA | First input vector | 
| inputB | Second input vector. Must be of the same dimension as inputA. | 
Returns the Fuzzy AND of two input values in a vector.
fuzzy_and(0, -1) # = -1 fuzzy_and(0, 1) # = 0 fuzzy_and(1, 2) # = 1 fuzzy_and(1, 1) # = 1 fuzzy_and(c(0.5, 0.75), c(1.5, 1)) # = c(0.5,0.75)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.