powered by
Returns which points from a set are dominated by another point in the set.
is_dominated(ymat)
logical() with TRUE if a point (column of ymat) is dominated.
logical()
TRUE
ymat
(matrix()) A numeric matrix. Each column (!) contains one point.
matrix()