sortByObjective {ecr} | R Documentation |
Sort Pareto-front approximation by objective.
Description
Sort Pareto-front approximation by objective.
Usage
sortByObjective(x, obj = 1L, ...)
## S3 method for class 'data.frame'
sortByObjective(x, obj = 1L, ...)
## S3 method for class 'matrix'
sortByObjective(x, obj = 1L, ...)
## S3 method for class 'ecr_multi_objective_result'
sortByObjective(x, obj = 1L, ...)
## S3 method for class 'list'
sortByObjective(x, obj = 1L, ...)
Arguments
x |
[ |
obj |
[ |
... |
[any] |
Value
Modified object.
[Package ecr version 2.1.1 Index]