Compute the hour of sunrise for given day and coordinates
computeSunriseHour(timestamp, latDeg, longDeg = NA,
timeZone = getHoursAheadOfUTC(timestamp),
...)
result of computeSunriseHourDoy
POSIXt vector
Latitude in (decimal) degrees
Longitude in (decimal) degrees (not required if solar time is sufficient)
Time zone (in hours) ahead of UTC (Central Europe is +1) (not required if solar time is sufficient)
further arguments to computeSunriseHourDoy
Thomas Wutzler