dominated | R Documentation |
indicates which rows of the matrix Y are dominated by the vector (row) x
dominated(x, Y)
x |
: row vecteur |
Y |
: matrix |
D : vector of booleans
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.