R/get_Tmean.R

Defines functions get_Tmean

Documented in get_Tmean

get_Tmean <-
function(Tmin, Tmax) {
  Tmean <- (Tmax + Tmin)/2
  return(Tmean)
}

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.