and_function {DEXiR} | R Documentation |
and_function
Description
Determine the function to be used in the conjunctive aggregation step of evaluate()
.
Usage
and_function(method = EnumEvalMethod, and = NULL)
Arguments
method |
One of: |
and |
Some conjunctive aggregation function of the form |
Value
Returns the function and
if not NULL
.
Otherwise, it determines the result depending on method
:
Fails with an error if the result is not an R function.
See Also
[Package DEXiR version 1.0.2 Index]