View source: R/calculate_dawn_dusk.R
calculate_dawn_dusk | R Documentation |
Determine dawn and dusk for a specified GPS coordinate.
calculate_dawn_dusk(datetime, gpscoord)
datetime |
the date-time to determine when dawn and dusk occurs. |
gpscoord |
the gps coordinate to determine when dawn and dusk occurs. It should be provided as a 1x2 matrix, where the first value is the latitude and the second value is the longitude. |
A lubridate interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.