EOT: Equation of time

Description Usage Arguments Examples

View source: R/EOT.R

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/solrad documentation built on May 20, 2019, 3:05 p.m.