R/phenology_models.R
CDD.Rd
Chilling Degree Day (CDD) adapted from Jeong & Medvigny 2014 (Global Ecology & Biogeography)
CDD(par, data)
a vector of parameter values, this is functions specific
input data (see reference for detailed description), data should be formatted using flat_format()
raster or vector with estimated phenophase timing (in DOY)
if (FALSE) {
estimate <- CDD(data = data, par = par)
}