dominates function

Dominance relation check.

Dominance relation check.

Check if a vector dominates another (dominates) or is dominated by another (isDominated). There are corresponding infix operators dominates and isDominatedBy.

dominates(x, y) isDominated(x, y) x %dominates% y x %isDominatedBy% y

Arguments

  • x: [numeric]

    First vector.

  • y: [numeric]

    Second vector.

Returns

[logical(1)]

  • Maintainer: Jakob Bossek
  • License: GPL-3
  • Last published: 2023-03-08