tempResponse_list_daily | R Documentation |
This function allows to compute metrics from models which use daily temperature as inputs, rather than hourly data.
It is an extension of the tempResponse_daily
function.
tempResponse_list_daily( temperature_list, Start_JDay = 1, End_JDay = 366, models = list(Rate_of_Chill = rate_of_chill, Chill_Days = chill_days, Exponential_Chill = exponential_chill, Triangula_Chill_Haninnen = triangular_chill_1, Triangular_Chill_Legave = triangular_chill_1), misstolerance = 20 )
temperature_list |
List of temperatures as those produced by |
Start_JDay |
Numeric input representing the initial date for computing the metrics in Julian Day format This is the number of the day within the year |
End_JDay |
Numeric input representing the end date for computing the metrics in Julian Day format This is the number of the day within the year |
models |
List of functions to compute the metrics. Default is settled to those models used in
|
misstolerance |
is the threshold defined by the user to include seasons having days with missing data. Default is set to 20 |
library(chillR) tempResponse_list_daily(KA_weather, Start_JDay = 345, End_JDay = 58)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.