modelLinear | R Documentation |
Correspond to normalized growing degree day model, without daily approximation of temperature.
modelLinear(temp, param = list(a, T0), control = list())
temp |
|
param |
|
control |
|
The normalizing parameter should be set to one if the model returns units such as growing degree days.
return a vector of rate associated to each element of temp
.
modelLinear(temp = seq(0,30,2), param = list(a = 1, T0 = 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.