unique,MLG-method {poppr} | R Documentation |
Unique and Duplicated implementations for MLG objects
Description
internal use
Usage
## S4 method for signature 'MLG'
unique(x, incomparables = FALSE, ...)
## S4 method for signature 'MLG'
duplicated(x, incomparables = FALSE, ...)
Arguments
incomparables |
vector of values that cannot be compared |
... |
options passed on to the base function unique or duplicated. |
See Also
visible
MLG
genclone
snpclone
initialize,MLG-method
levels,MLG-method
[Package poppr version 2.9.6 Index]