DistHetero {mixIndependR} | R Documentation |
Build Expected Distribution of Numbers of Heterozygous Loci
Description
Build Expected Distribution of Numbers of Heterozygous Loci
Usage
DistHetero(H)
Arguments
H |
a vector of average heterozygosity of each locus |
Details
This function build the expected distribution of numbers of heterozygous loci for known heterozygosity of each loci.
Value
a dataframe of expected density on each possible total number of heterozygous loci.
References
Chakraborty, R. (1981, ISSN:0016-6731)
Examples
DistHetero(runif(10))
[Package mixIndependR version 1.0.0 Index]