View source: R/find_equilibrium_burnin.R
find_equilibrium_burnin | R Documentation |
Solves the burn-in demographic equilibrium equation for the population size, given parameter values.
find_equilibrium_burnin(xres, pars)
xres |
The resident trait value |
pars |
An unevaluated parameter-list (e.g. as returned by
|
This function uses an analytical expression for the non-extinct solution to the equation (the other solution being when population size is zero).
The equilibrium population size
pars <- get_default_pars()
find_equilibrium_burnin(0, pars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.