powered by
Sum of degree days of TG over 4 Celsius (the daily mean temperature is less than 4 celsius, it is set equal to 4 celsius)
gd4(data, data_names = NULL, time.scale = YEAR, na.rm = FALSE)
medium temperature
names of each period of time
month, season or year
logical. Should missing values (including NaN) be removed?
GD4
McMaster, G. S., & Wilhelm, W. W. (1997). Growing degree-days: One equation, two interpretations. Agricultural and Forest Meteorology, 87(4), 291-300
# NOT RUN { data(data_all) gd4(data=data_all$tg) # }
Run the code above in your browser using DataLab