Description Usage Arguments Value See Also Examples
View source: R/moo_domination.R
Given a matrix with one point per column, which_dominated
returns the
column numbers of the dominated points and which_nondominated
the column
numbers of the non-dominated points. Function is_maximally_dominated
returns
a logical vector with TRUE
for each point which is located on the last
non-domination level.
1 2 3 4 5 |
x |
[ |
Integer vector of positions of (non-)dominated points.
Other Pareto-dominance checks:
dominated()
,
dominates()
,
set_dominates()
Other multi-objective tools:
dominated()
,
dominates()
,
set_dominates()
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.