triangular_chill_1 | R Documentation |
Function to calculate winter chill for deciduous trees according to the Triangular chill function proposed by Hanninen (1990) and Krammer (1994).
triangular_chill_1(ExtrDailyTemp, summ = TRUE)
ExtrDailyTemp |
Dataframe containing columns "Tmax" and "Tmin". These values must correspond to daily records |
summ |
Boolean parameter indicating whether the computed metric should be provided as cumulative values over the period or as the actual accumulation for each hour |
Hanninen H. 1990. Modelling bud dormancy release in trees from cool and temperate regions. Acta For. Fenn. 213: 1-47. doi:10.14214/aff.7660
Kramer K. 1994. Selecting a model to predict the onset of growth of Fagus sylvatica. J. Appl. Ecol. 31(1): 172-181. doi:10.2307/2404609
library(chillR) tempResponse_daily(KA_weather, Start_JDay = 345, End_JDay = 58, models = list(Triangular_Chill = triangular_chill_1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.