View source: R/calcIntermoltDuration_Belehradek.R
calcTempForIMD_Belehradek | R Documentation |
Function to calculate the temperature corresponding to an intermolt duration using Belehradek's function.
calcTempForIMD_Belehradek(a, b, c, D)
a |
- the "thermal constant" (Ouellet and Ste. Marie, 2018) |
b |
- the "threshold temperature constant" (Ouellet and Ste. Marie, 2018) |
c |
- exponent for Belehradek equation (negative of Ouellet and Ste. Marie, 2018 value) |
D |
- the intermolt duration (either a single number or a time series) |
The intermolt duration using Belehradek's function is D = a/(T-b)^c for development at constant T, so T = (a/D)^(1/c)+b for a given intermolt duration..
The intermolt duration, in the time units of a
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.