Learn R Programming

solrad (version 1.0.0)

EOT: Equation of time

Description

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

Usage

EOT(DOY)

Arguments

DOY

Day of year

Examples

Run this code
# NOT RUN {
#Calculating equaiton of time for 365 day of the year

DOY <- 1:365

eot <- EOT(DOY)

plot(DOY, eot)

# }

Run the code above in your browser using DataLab