removeDuplicates {CEGO} | R Documentation |
Remove Duplicates
Description
Remove duplicates in x
, replace with non-duplicated individuals according to cf
.
Usage
removeDuplicates(x, cf)
Arguments
x |
List of individuals |
cf |
Creation function, creates random new individuals |
Value
Returns x
without duplicates
[Package CEGO version 2.4.4 Index]