View source: R/gdd.calculation.R
gdd.calculation | R Documentation |
gdd.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. tbase must be a scalar.
gdd.calculation(tmin, tmax, tbase)
tmin |
Minimum temperature |
tmax |
Maximum temperature |
tbase |
Crop specific base temperature |
GDD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.