sunset_time: Return the time of sunset given the date and GPS coordinates.

View source: R/sunrise_sunset_times.R

sunset_timeR Documentation

Return the time of sunset given the date and GPS coordinates.

Description

Return the time of sunset given the date and GPS coordinates.

Usage

sunset_time(datetime, latitude, longitude)

Arguments

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).

Value

A POSIXct object for the local time of sunset.


biometryhub/BiometryTools documentation built on July 14, 2024, 4:42 p.m.