removeDuplicates {CEGO} | R Documentation |
Remove duplicates in x
, replace with non-duplicated individuals according to cf
.
removeDuplicates(x, cf)
x |
List of individuals |
cf |
Creation function, creates random new individuals |
Returns x
without duplicates