calc_rates | R Documentation |
Internal function that updates the all the rates at time t.
calc_rates(gam, laa, lac, mu, k, num_spec, num_immigrants, mainland_n)
gam |
Numeric with the per capita immigration rate. |
laa |
Numeric with the per capita anagenesis rate. |
lac |
Numeric with the per capita cladogenesis rate. |
mu |
Numeric with the per capita extinction rate. |
k |
Numeric with carrying capacity. |
num_spec |
Numeric with the current number of species. |
num_immigrants |
Numeric with the current number of non-endemic species. |
mainland_n |
Numeric stating the number of mainland species that can colonize the island. |
Named list with rates.
Joshua W. Lambert
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.