Description Usage Arguments Value Author(s)
View source: R/springpheno_v0.4.R View source: R/springpheno_v0.5.R View source: R/springpheno_v0.3.R
This function determines when freezes occur during the year given the daily low temperature data, freeze threshold, and the day of year.
1 | freezedates(tasmin, frzval, DOY)
|
tasmin |
Vector - daily low temperature data (degrees Fahrenheit). The vector should have a length of 366. |
frzval |
Scalar - freeze threshold (degrees Fahrenheit). Typically this is 28F. |
DOY |
Vector - day of year (1:366) |
The output from this function is a list with the following:
firstfreeze |
Scalar - day of year matching the first freeze that occurs in the fall. |
lastfreeze |
Scalar - day of year matching the last freeze that occurs in the spring. |
freezeperiod |
Scalar - range of days between the first and last freeze. |
freezedata |
Data Frame - Table containing the values for low temperature (tasmin), Day of year (DOY), and adjusted Day of Year (DOYadj) for those days of the year where a freeze occurs. |
Adrienne M. Wootten (University of Oklahoma)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.