EOT: Equation of time

Description Usage Arguments Examples

Description

This function approximates the value of equation of time for a given day of year

Usage

1
EOT(DOY)

Arguments

DOY

Day of year

Examples

1
2
3
4
5
6
7
#Calculating equaiton of time for 365 day of the year

DOY <- 1:365

eot <- EOT(DOY)

plot(DOY, eot)

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