find_equilibrium_burnin: Find the burn-in demographic equilibrium

View source: R/find_equilibrium_burnin.R

find_equilibrium_burninR Documentation

Find the burn-in demographic equilibrium

Description

Solves the burn-in demographic equilibrium equation for the population size, given parameter values.

Usage

find_equilibrium_burnin(xres, pars)

Arguments

xres

The resident trait value

pars

An unevaluated parameter-list (e.g. as returned by get_default_pars)

Details

This function uses an analytical expression for the non-extinct solution to the equation (the other solution being when population size is zero).

Value

The equilibrium population size

Examples


pars <- get_default_pars()
find_equilibrium_burnin(0, pars)


rscherrer/speciomx documentation built on March 28, 2023, 8:49 p.m.