View source: R/add_siteday_cdd.R
add_siteday_cdd | R Documentation |
Add a cumulative degree day value for each year + year_day + site combination
add_siteday_cdd(data, ub = 120, lb = 50)
data: |
data.frame with latitude, longitude, year, and year_day columns |
ub: |
the upper bound for degree day calculation in degrees Fahrenheit |
lb: |
the lower bound for degree day calculation in degrees Fahrenheit |
A data.frame with with a cumulative degree day added for each year + year_day + site
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.