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)

bnasr/calcSolar documentation built on May 17, 2019, 9:12 a.m.