is_dominated | R Documentation |
is_dominated
returns which points from a set are dominated
by another point in the set. %dominates%
returns true if
x
Pareto dominates y
and
is_maximally_dominated
returns TRUE for those points which
do not dominate any other points.
is_dominated(points)
is_maximally_dominated(points)
points |
Matrix containing points one per column. |
For is_dominated
and is_maximally_dominated
a boolean vector and for %dominates%
a single boolean.
Olaf Mersmann olafm@statistik.tu-dortmund.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.