Description Usage Arguments Value Examples
View source: R/speedestimates.R
Moran process transition rates
1 | trans_rate(i, j, r, K)
|
i |
initial population of the focus type |
j |
new population of the focus type (should be i, i-1 or i+1) |
r |
relative fitness of the focus type |
K |
total population size |
The transition rate.
1 | trans_rate(1, 2, 1.1, 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.