Description Usage Arguments Value Author(s) References Examples
View source: R/springpheno_v0.4.R View source: R/springpheno_v0.5.R View source: R/springpheno_v0.3.R
This function calculates the chill hours for a given day and plant given the high and low temperature, plant base temperature, and day length (from the daylength function). Still in development, but based on Schwarz et al. (2006 and 2013)
1 | chillh(tmax, tmin, daylen, baset)
|
tmax |
Scalar - daily high temperature in degrees Fahrenheit |
tmin |
Scalar - daily low temperature in degrees Fahrenheit |
daylen |
Scalar - day length in hours |
baset |
Scalar - base temperature for determining chill hours. Typically this is 44.96 degrees Fahrenheit, but can be plant specific. |
CHOUR - total chill hours for a given day. That is, number of hours the temperature fell below baset.
Adrienne M. Wootten (University of Oklahoma)
Schwarz, M., R. Ahas and A. Aasa, 2006: Onset of spring starting earlier across the Northern Hemisphere, 12, DOI: 10.1111/j.1365-2486.2005.01097.x
Schwarz, M., T.R. Ault and J.L. Betancourt, 2013: Spring onset variations and trends in the continental United States: Past and regional assessment using temperature-based indices. International Journal of Climatology, 33, DOI: 10.1002/joc.3625
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.