Sunset: Sunset Time

Description Usage Arguments Examples

Description

This function estimates sunset time (in continuous hour values) for a given day of year and latitude.

Usage

1
Sunset(DOY, Lat)

Arguments

DOY

Day of year

Lat

Latitude (in degrees)

Examples

1
2
3
4
5
6
7
8
9
#Calculating sunset time for 365 day of the year for 45 degree latitude

DOY <- 1:365

Lat = 45

sunset <- Sunset(DOY, Lat)

plot(DOY, sunset)

solrad documentation built on May 2, 2019, 12:38 p.m.