View source: R/calc_degreedays.R
calc_degreedays | R Documentation |
Calculate degree days
calc_degreedays(x, ts_start, ts_end, ldt, method)
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" |
SpatRaster of growing (summed up) degree days.
Other Models:
calc_mortality()
,
calc_phenology()
,
calc_sumefftemp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.