Declination: Declination Angle

Description Usage Arguments Examples

Description

This function calculates solar declination angle for a given day of year.

Usage

1

Arguments

DOY

Day of year

Examples

1
2
3
4
5
6
7
#Calculating solar declination angle for 365 day of the year

DOY <- 1:365

delta <- Declination(DOY)

plot(DOY, delta)

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