single_triangle: Compute the degree day from temperature data.

Description Usage Arguments Value Source See Also Examples

View source: R/single_triangle.R

Description

single_triangle Computes the degree days from temperature data, using interpolation from min and max temperature.

Usage

1
single_triangle(min_temp, max_temp, t_L, t_U)

Arguments

min_temp

Minimum daily temperature

max_temp

Maximum daily temperature

t_L

Lower bound on the temperature

t_U

Upper bound on the temperature

Value

Degree day from the list of numbers.

Source

http://biomet.ucdavis.edu/DegreeDays/DegDay.htm

See Also

For the equations to compute the degree day: http://ipm.ucanr.edu/WEATHER/ddst_tbl.html

Examples

1
single_triangle(10,15,11,16)

jmzobitz/degreeDay documentation built on May 24, 2019, 9:54 a.m.