nondominated_points | R Documentation |
Return those points which are not dominated by another point in
points
. This is the Pareto front approximation of the
point set.
nondominated_points(points)
points |
Matrix of points, one per column. |
Those points in points
which are not dominated by
another point.
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.