View source: R/number_of_junctions_di.R
| number_of_junctions_di | R Documentation | 
Calculate the expected number of junctions after t generations, provided information on the initial heterozygosity, population size, the number of generations since the onset of admixture and the distance between two markers.
number_of_junctions_di(N = Inf, H_0 = 0.5, t = 100, di = 1e-06)
N | 
 Population Size  | 
H_0 | 
 Frequency of heterozygosity at t = 0  | 
t | 
 Time since admixture  | 
di | 
 Distance between two markers in Morgan  | 
Estimated number of junctions at time t
number_of_junctions_di(N = 100, H_0 = 0.5, t = 1000, di = 0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.