gsl: Calculate the Growing Season Length (GSL)

Description Usage Arguments Value

View source: R/codos.R

Description

Calculate the Growing Season Length (GSL) from Growing Degree Days above 0 °C (GDD0) and Mean Temperature of the Coldest Month (MTCO).

Usage

1
gsl(gdd0, mtco)

Arguments

gdd0

Numeric vector with Growing Degree Days above 0 °C (GDD0) data.

mtco

Numeric vector with Mean Temperature of the Coldest Month (MTCO) data.

Value

Numeric vector with Growing Season Length (GSL) data.


special-uor/codos documentation built on Jan. 7, 2022, 2:32 a.m.