powered by
indicates which rows of the matrix Y are dominated by the vector (row) x
dominated(x, Y)
D : vector of booleans
: row vecteur
: matrix
Alban de Lavenne, Fabrice Zaoui
# Definition of the parameters Y <- matrix(rexp(200), 100, 2) x <- Y[1,] # Call the function res <- dominated(x, Y)
Run the code above in your browser using DataLab