Inside ecr EMOA algorithms the fitness is maintained in an \((o, n)\) matrix where \(o\) is the number of objectives and \(n\) is the number of individuals. This function basically transposes such a matrix and converts it into a data frame.
toParetoDf(x, filter.dups = FALSE)
[data.frame
]
[matrix
]
Matrix.
[logical(1)
]
Shall duplicates be removed?
Default is FALSE
.