Description Usage Arguments Details Value Examples
View source: R/speedestimates.R
Expected migration rate per deme
1 |
i |
number of cells in the deme |
m |
migration rate per cell, relative to birth rate |
r1 |
reference birth rate |
r2 |
birth rate of migrating cells, relative to r1 |
migration_type |
0 or 1 (see details) |
d |
migration distance relative to 1/sqrt(K) (see details) |
K |
deme carrying capacity (only required if d is not NA) |
If migration_type = 0 (meaning that migration is attempted only after a birth event) then the migration rate will be multiplied by a factor of r2 * r1. Otherwise no adjustment will be made.
If d and K are set then the calculation assumes that min(d / sqrt(K), 1) is the probability that a migration attempt will land outside the deme.
Importantly, this function does not account for the chance that the migrating cell will land in a deme that already occupied.
The migration rate.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.