get_immig_rate | R Documentation |
Internal function. Calculates the immigration rate given the current number of species in the system, the carrying capacity
get_immig_rate(
gam,
A = 1,
num_spec,
K,
mainland_n,
trait_pars = NULL,
island_spec = NULL
)
gam |
A numeric with the per capita immigration rate. |
A |
A numeric value for island area at a given point in time. |
num_spec |
A numeric with the current number of species. |
K |
A numeric with carrying capacity. |
mainland_n |
A numeric stating the number of mainland species, that is the number of species that can potentially colonize the island. If using a clade-specific diversity dependence, this value is set to 1. If using an island-wide diversity dependence, this value is set to the number of mainland species. |
trait_pars |
A named list containing diversification rates considering
two trait states created by
|
island_spec |
Matrix with current state of simulation containing number of species. |
Pedro Neves, Joshua Lambert
Valente, Luis M., Rampal S. Etienne, and Albert B. Phillimore. "The effects of island ontogeny on species diversity and phylogeny." Proceedings of the Royal Society of London B: Biological Sciences 281.1784 (2014): 20133227.
Other rate calculations:
DAISIE_plot_area()
,
get_ana_rate()
,
get_ext_rate()
,
island_area_vector()
,
island_area()
,
update_max_rates()
,
update_rates()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.