View source: R/find_equilibrium_within.R
find_equilibrium_within | R Documentation |
Solves the demographic equilibrium equation for the population size
find_equilibrium_within(xres, pars)
xres |
The resident trait value |
pars |
An unevaluated parameter-list (e.g. as returned by
|
This function uses an analytical solution to the equation, which is the greatest root of a second degree polynomial
A scalar, the equilibrium population size
find_equilibrium
, find_equilibrium_burnin
,
find_equilibrium_di
pars <- get_default_pars()
find_equilibrium_within(0, pars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.