paretoFront | R Documentation |
Extract the pareto front or pareto set from an mco result object.
Filter an mco result and extract the pareto-optimal solutions.
paretoFront(x, ...)
paretoSet(x, ...)
paretoFilter(x, ...)
x |
matrix or mco result object |
... |
Ignored |
A matrix containing the pareto front or pareto set.
paretoFilter
returns those values in x
which are not
dominated by any other solution.
Heike Trautmann trautmann@statistik.uni-dortmund.de, Detlef Steuer steuer@hsu-hamburg.de and Olaf Mersmann olafm@statistik.uni-dortmund.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.