calc_baskerville: Calculate degree days using the single sine method of...

View source: R/calc_baskerville.R

calc_baskervilleR Documentation

Calculate degree days using the single sine method of Baskerville

Description

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.

Usage

calc_baskerville(tmin, tmax, ldt)

Arguments

tmin

min temperature - numeric

tmax

max temperature - numeric

ldt

lower development threshold aka base temperature - numeric

Value

Degree days calculated by using the single sine method of Baskerville.

See Also

Other Temperature sum methods: calc_tsum()


PHENTHAUproc documentation built on June 22, 2024, 7:12 p.m.