calc_baskerville {PHENTHAUproc} | 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()