Learn R Programming

FAO56 (version 1.0)

MeanTemp: Mean Daily Air Temperature (T_mean)

Description

MeanTemp returns the value of mean daily air temperature [C].

Usage

MeanTemp(T_min, T_max)

Value

The function returns the value of the mean daily air temperature [C] as a numeric scalar.

Arguments

T_min

Optional. A numeric scalar that denotes the daily minimum temperature [C].

T_max

Optional. A numeric scalar that denotes the daily maximum temperature [C].

Details

This is a function to calculate the mean daily air temperature [C].

See Also

AtmPres.

Examples

Run this code
MeanTemp(T_min = 5, T_max = 35)

Run the code above in your browser using DataLab