View source: R/modelBriere1999.R
modelBriere1999 | R Documentation |
Correspond to the non-linear model of Briere et al. (1999), describing growth rate in function of temperature.
modelBriere1999(temp, param = list(a, T0, TL, m), control = list())
temp |
|
param |
|
control |
|
The function correspond to equation of (2) of Briere et al. (1999), the rate is r(T) = a*T*(T-T0)*(TL-T)^(1/m)
if T0 <= T <= TL
and zero otherwise. Setting m = 2 correspond to equation (1) of the paper.
return a vector of rate associated to each element of temp
.
modelBriere1999(temp = seq(8,32,2), param = list(a = 1/100, T0 = 10, TL = 30, m = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.