calc_degreedays: Calculate degree days

View source: R/calc_degreedays.R

calc_degreedaysR Documentation

Calculate degree days

Description

Calculate degree days

Usage

calc_degreedays(x, ts_start, ts_end, ldt, method)

Arguments

x

SpatRaster list (tmean, tmax, tmin) - numeric - with time attribute

ts_start

start of timeseries - Date

ts_end

end of timeseries - Date

ldt

lower development threshold - numeric

method

name of degreedays/temperature sum method - character - either "baskerville" or "tsum"

Value

SpatRaster of growing (summed up) degree days.

See Also

Other Models: calc_mortality(), calc_phenology(), calc_sumefftemp()


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