calc_gdh: Calculate Growing Degree Hours

View source: R/calc_gdh.R

calc_gdhR Documentation

Calculate Growing Degree Hours

Description

Calculate Growing Degree Hours

Usage

calc_gdh(data, field = NULL)

Arguments

data

is the dataframe that is output from the 'combine_df' function

Value

the growing degree hours for the dataframe provided

Examples

data = temp_df
growing_degrees <- calc_gdh(data)
print(growing_degrees)

BYUIDSconsulting/weatheR documentation built on Nov. 21, 2022, 9:08 p.m.