getNe | R Documentation |
This function calculates the variance effective population size due to unequal sex ratio. Formula are available for both autosomal loci and X chromosome loci.
getNe(males, females, locus)
males |
number of males |
females |
number of females |
locus |
"A" or "X" to denote the population size of interest is for autosomal locus or X chromosome locus respectively. |
Returns a numeric vector of length 1 which contains the variance effective population size.
Heath Blackmon
http://coleoguy.github.io/
getNe(males=100, females=200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.