KA_weather {chillR} | R Documentation |
Weather data for Klein-Altendorf, Germany
Description
Daily temperature data from Klein-Altendorf, Germany, for use in combination with the example phenology dataset KA_bloom.
Format
A data frame with observations on the following 5 variables.
- Year
a numeric vector - the observation year
- Month
a numeric vector - the observation month
- Day
a numeric vector - the observation day
- Tmax
a numeric vector - daily maximum temperature
- Tmin
a numeric vector - daily minimum temperature
Source
data were collected by Achim Kunz and Michael Blanke, University of Bonn
References
Luedeling E, Kunz A and Blanke M, 2013. Identification of chilling and heat requirements of cherry trees - a statistical approach. International Journal of Biometeorology 57,679-689.
Examples
data(KA_weather)
[Package chillR version 0.75 Index]