or_function | R Documentation |
Determine the function to be used in the disjunctive aggregation step of evaluate()
.
or_function(method = EnumEvalMethod, or = NULL)
method |
One of: |
or |
Some disjunctive aggregation function of the form |
Returns the function or
if not NULL
.
Otherwise, it determines the result depending on method
:
"set"
:function(x) 1
"prob"
:sum
"fuzzy"
:max
"fuzzynorm"
:max
Fails with an error if the result is not an R function.
evaluate
, and_function()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.