calc_gdh | R Documentation |
Calculate Growing Degree Hours
calc_gdh(data, field = NULL)
data |
is the dataframe that is output from the 'combine_df' function |
the growing degree hours for the dataframe provided
data = temp_df growing_degrees <- calc_gdh(data) print(growing_degrees)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.