View source: R/sunrise_sunset_times.R
sunset_time | R Documentation |
Return the time of sunset given the date and GPS coordinates.
sunset_time(datetime, latitude, longitude)
datetime |
A POSIXct object for the local date (and timezone). |
latitude |
The decimal-degrees for the latitude (Northing). |
longitude |
The decimal-degrees for the longitude (Easting). |
A POSIXct object for the local time of sunset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.