Learn R Programming

FAO56 (version 1.0)

SolDec: Solar Declination (delta)

Description

SolDec returns the solar declination.

Usage

SolDec(date)

Value

The function returns the value of solar declination as a numeric scalar.

Arguments

date

Optional. A character string that denotes the date in the format "Year-Month-Day" or "Year/Month/Day".

Details

This is a function to calculate the value of solar declination.

See Also

JulDate, SunHA.

Examples

Run this code
SolDec("2020/08/25")

Run the code above in your browser using DataLab