R/lactin.R

Defines functions lactin

Documented in lactin

lactin <-
function(Tmean, rho, Tmax, deltaT, lambda) {
  exp(rho * Tmean) - exp(rho * Tmax - (Tmax - Tmean)/deltaT) + lambda
}

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.