setDominates {ecr} | R Documentation |
Check if one set is better than another.
Description
The function checks, whether each points of the second set of points is dominated by at least one point from the first set.
Usage
setDominates(x, y)
Arguments
x |
[ |
y |
[ |
Value
[logical(1)
]
[Package ecr version 2.1.1 Index]