Learn R Programming

mixIndependR (version 1.0.0)

DistHetero: 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

Value

a dataframe of expected density on each possible total number of heterozygous loci.

Details

This function build the expected distribution of numbers of heterozygous loci for known heterozygosity of each loci.

References

Chakraborty, R. (1981, ISSN:0016-6731)

Examples

Run this code
# NOT RUN {
DistHetero(runif(10))

# }

Run the code above in your browser using DataLab