dominates {ecr} | R Documentation |
Dominance relation check.
Description
Check if a vector dominates another (dominates
) or is
dominated by another (isDominated
). There are corresponding infix
operators dominates
and isDominatedBy
.
Usage
dominates(x, y)
isDominated(x, y)
x %dominates% y
x %isDominatedBy% y
Arguments
x |
[ |
y |
[ |
Value
[logical(1)
]
[Package ecr version 2.1.1 Index]