R/exp_dec_wrapper.R

Defines functions exp_dec_wrapper

Documented in exp_dec_wrapper

exp_dec_wrapper <-
function(thermal_units, chill_days, parms) {
  calc <- exp_dec(thermal_units, chill_days, b = parms[1], m = parms[2])
  return(calc)
}

Try the phenModel package in your browser

Any scripts or data that you put into this service are public.

phenModel documentation built on Aug. 2, 2019, 5:05 p.m.