logan10_76 {devRate} | R Documentation |
Logan et al. equation 10 of development rate as a function of temperature.
Description
Logan, J. A., Wollkind, D. J., Hoyt, S. C., and Tanigoshi, L. K. (1976). An analytic model for description of temperature dependent rate phenomena in arthropods. Environmental Entomology, 5(6), 1133-1140.
Usage
logan10_76
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 = alpha * (\frac{1}{1 + cc * e^{- bb * T}} - e^{-\frac{Tmax - T}{deltaT}})
where rT is the development rate, T the temperature, Tmax the maximum temperature, deltaT the width of the high temperature boundary layer, and alpha and bb constants.