davidson_44 {devRate}R Documentation

Davidson equation of development rate as a function of temperature.

Description

Davidson, J. (1944). On the relationship between temperature and rate of development of insects at constant temperatures. The Journal of Animal Ecology:26-38. <doi:10.2307/1326>

Usage

davidson_44

Format

A list of eight elements describing the equation.

eq

The equation (formula object).

eqAlt

The equation (string).

name

The name of the equation.

ref

The equation reference.

refShort

The equation reference shortened.

startVal

The parameters found in the literature with their references.

com

An optional comment about the equation use.

id

An id to identify the equation.

Details

Equation:

rT = \frac{K}{1 + e^{aa + bb * T}}

where rT is the development rate, T the temperature, K the distance between the upper and lower asymptote of the curve, aa the relative position of the origin of the curve on the abscissa, bb the degree of acceleration of development of the life stage in relation to temperature.


[Package devRate version 0.2.4 Index]