You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

23 lines
613 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/daybreak-wrappers.R
\name{day_civil_twilight_length}
\alias{day_civil_twilight_length}
\title{Length of civil twilight}
\usage{
day_civil_twilight_length(date, lon, lat)
}
\arguments{
\item{date}{The date to compute the length for. An R \link{DateTimeClasses} object
or something that can be coerced into one by \code{\link[=as.POSIXlt]{as.POSIXlt()}}.}
\item{lon, lat}{longitude & latitude}
}
\value{
(dbl) day civil twilight length
}
\description{
Length of civil twilight
}
\examples{
day_length("2019-12-31", -70.8636, 43.2683)
}