gdd.calculation: Growing Degree Days (GDD) calculation.

View source: R/gdd.calculation.R

gdd.calculationR Documentation

Growing Degree Days (GDD) calculation.

Description

gdd.calculation() calculates crop specific GDD using as daily average the formula 0.5*(tmin + tmax). tmin and tmax must be vectors and have the same dimensions. tbase must be a scalar.

Usage

gdd.calculation(tmin, tmax, tbase)

Arguments

tmin

Minimum temperature

tmax

Maximum temperature

tbase

Crop specific base temperature

Value

GDD


Noe-J-Nava/R.mted documentation built on March 19, 2022, 2:36 a.m.