mat: Calculate the Mean Annual Temperature (MAT)

Description Usage Arguments Value

View source: R/codos.R

Description

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

Usage

1
mat(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 Mean Annual Temperature (MAT) data.


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