setDominates: Check if one set is better than another.

View source: R/dominates.R

setDominatesR 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

[matrix]
First set of points.

y

[matrix]
Second set of points.

Value

[logical(1)]


ecr documentation built on March 31, 2023, 10:07 p.m.