Description Usage Arguments Value
Calculates Growing Degree Days from temperature data.
1 2 | calcGDD(temp.hi, temp.low, temp.base = 5, restrict = 25, temp.max = 30,
temp.min = 5)
|
temp.hi |
a vector of daily high temperatures |
temp.low |
a vector of daily low temperatures |
temp.max |
a number denoting maximum temperature (default=86) |
temp.min |
a number denoting minimum temperature (default=50) |
base |
a vector of the crop-dependent base temperature |
a vector of (noncumulative) GDD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.