Description Usage Arguments Details Value Examples
View source: R/speedestimates.R
Mean time until one cell achieves fixation, given that it reaches fixation
1 | time_fixation(r1, r2, K, r_powers_shifted = NA, approx = FALSE)
|
r1 |
birth rate of non-focus cells, relative to reference birth rate |
r2 |
birth rate of focus cell type, relative to r1 |
K |
deme carrying capacity |
r_powers_shifted |
optional look-up vector |
approx |
if TRUE, return the approximate value when r2 -> r1 (weak selection) |
See Traulsen 2009, equation 1.38.
The waiting time.
1 2 | time_fixation(1, 1.001, 32)
time_fixation(1, 1.001, 32, approx = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.