Learn R Programming

ecr (version 2.1.1)

setDominates: 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)

Value

[logical(1)]

Arguments

x

[matrix]
First set of points.

y

[matrix]
Second set of points.