View source: R/edd.calculation.R
edd.calculation | R Documentation |
edd.calculation() calculates crop specific GDD using as daily average the formula 0.5*(tmin + tmax). tmin and tmax must be vectors and have the same dimensions.
edd.calculation(tmin, tmax)
tmin |
Minimum temperature |
tmax |
Maximum temperature |
EDD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.