computeSunsetHour: computeSunsetHour

Description Usage Arguments Value Author(s)

View source: R/utilSolarTime.R

Description

Compute the hour of sunrise for given day and coordinates

Usage

1
2
3
computeSunsetHour(timestamp, latDeg, longDeg = NA, 
    timeZone = getHoursAheadOfUTC(timestamp), 
    ...)

Arguments

timestamp

POSIXt vector

latDeg

Latitude in (decimal) degrees

longDeg

Longitude in (decimal) degrees (not required if solar time is sufficient)

timeZone

Time zone (in hours) ahead of UTC (Central Europe is +1) (not required if solar time is sufficient)

...

further arguments to computeSunsetHourDoy

Value

result of computeSunsetHourDoy

Author(s)

Thomas Wutzler


solartime documentation built on April 22, 2021, 5:10 p.m.