Description Usage Arguments Details Value References Examples
Huglin Heliothermal Index (HI). Useful as a zoning tool (Huglin 1978).
1 | hi(mx, mn, dates, lati)
|
mx |
vector of daily maximum temperature series. |
mn |
vector of daily minimum temperature series. |
dates |
vector of dates corresponding with daily temprature series |
lati |
numeric value indicating the latitude of location. |
Depending on the latitude, the function detects the hemisphere and considers growing season from 1st April to 30rd September (northern hemisphere) or from 1st October to 31st March (southern hemisphere).
A numeric vector with annual values is returned.
Huglin P. (1978) Nouveau mode d'evaluation des possibilities heliothermiques d'un milieu viticole. CR Acad Agr 64: 1117–1126
1 2 3 4 5 | hi(mx = daily_tmax,
mn = daily_tmin,
dates = seq.Date(as.Date('1981-01-01'),
as.Date('2010-12-31'), by ='day'),
lati = 42)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.