Get the nautical, civil, and solar dawn and dusk for a given timerange and locations.
Source:R/twilight.R
twilight.Rd
Get the time of nautical (sun at 12 degrees below horizon), civil (sun at 6 degrees below horizon) and solar (sun at 0 degrees below horizon) dawn and dusk for each day over a given time range.
Arguments
- timeRange
A two-element character vector with elements of the form %Y-%m-%d defining the start and end of the timerange for which you want to get the twilight information.
- latLon
A list of X, Y coordinates
- crs_datum
The coordinate reference system and datum of the X, Y coordinates. Default = "WGS84.
- timeZone
The time zone of the area of interest
See also
Other manipulation functions:
addDayNightInfoPerEcho()
,
computeDensity()
,
computeMTR()
,
convertTimeZone()
,
createVPTS()
,
filterSpeedFeature37()
,
mergeVisibilityAndManualBlindTimes()
,
reclassToBats()