poly4 {devRate} | R Documentation |
Fourth-order polynomial equation of development rate as a function of temperature.
Description
A simple fourth-order polynomial equation.
Usage
poly4
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 = a0 + a1 * T + a2 * T^{2} + a3 * T^{3} + a4 * T^{4}
where rT is the development rate, T the temperature, and a0, a1, a2, a3, and a4 are constants.
[Package devRate version 0.2.4 Index]