View source: R/calc_baskerville.R
calc_baskerville | R Documentation |
The function is vectorized. To use it with SpatRaster data see ?terra::lapp
More Information about the Method itself: Baskerville, G.L. and P. Emin. 1969. Rapid estimation of heat accumulation from maximum and minimum temperature. Ecology 50:514-517.
calc_baskerville(tmin, tmax, ldt)
tmin |
min temperature - numeric |
tmax |
max temperature - numeric |
ldt |
lower development threshold aka base temperature - numeric |
Degree days calculated by using the single sine method of Baskerville.
Other Temperature sum methods:
calc_tsum()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.