Description Usage Arguments Value See Also Examples
View source: R/moo_domination.R
These functions take a numeric matrix as input where each column corresponds to
a point and return a logical vector. The ith position of the latter is
TRUE if the ith point is dominated by at least one other point for
dominated. Likewise, the ith entry of nondominated is TRUE
if it is not dominated by any other point.
1 2 3 | dominated(x)
nondominated(x)
|
x |
[ |
Logical vector where the ith component is TRUE if
x[i] is dominated or nondominated respectively and FALSE
otherwise.
Other Pareto-dominance checks:
dominates(),
set_dominates(),
which_dominated()
Other multi-objective tools:
dominates(),
set_dominates(),
which_dominated()
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.