thibautjombart / adegenet

adegenet: a R package for the multivariate analysis of genetic markers
168 stars 64 forks source link

remove redundant code in inbreeding function #134

Closed zkamvar closed 8 years ago

zkamvar commented 8 years ago

Stuff like this should be cleaned up. It's a relic of version 1.x

    if (truenames) {
        X <- tab(x)
    } else
    X <- tab(x)
thibautjombart commented 8 years ago

defo!