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