utils.het.pop {dartR} | R Documentation |
Calculates expected mean expected heterozygosity per population
Description
Calculates expected mean expected heterozygosity per population
Usage
utils.het.pop(x)
Arguments
x |
A genlight object containing the SNP genotypes [required]. |
Value
A vector with the mean expected heterozygosity for each population
Author(s)
Bernd Gruber & Luis Mijangos (bugs? Post to https://groups.google.com/d/forum/dartr)
Examples
out <- utils.het.pop(testset.gl)
[Package dartR version 2.9.7 Index]