View source: R/get_gradient_burnin.R
get_gradient_burnin | R Documentation |
Computes the selection gradient during the burn-in period given parameter values.
get_gradient_burnin(xres, pars)
xres |
The resident trait value |
pars |
An unevaluated parameter-list (e.g. as returned by
|
The functions uses find_equilibrium_burnin
to compute the
equilibrium population size given the resident trait value, which is needed
to compute the gradient.
The selection gradient
find_equilibrium_burnin
pars <- get_default_pars()
get_gradient_burnin(0, pars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.