Description Usage Arguments Value Author(s) Examples
View source: R/exclusion_probability.R
This function estimates the multilocus exclusion probability from a set of loci.
1 |
x |
A |
A data.frame
with single and potentially multilocus
exclusion probabilities
Rodney J. Dyer rjdyer@vcu.edu
1 2 3 | loci <- c(locus(1:2), locus(c(1,1)), locus(c(2,2)))
freqs <- frequencies( loci )
exclusion_probability( freqs )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.