Declination: Declination Angle

Description Usage Arguments Examples

View source: R/Declination.R

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