dec_angle {TrenchR} | R Documentation |
Solar Declination in Radians
Description
The function calculates solar declination, which is the angular distance of the sun north or south of the earth’s equator, based on the day of year (Campbell and Norman 1998).
Usage
dec_angle(doy)
Arguments
doy |
|
Value
numeric
declination angle (radians).
References
Campbell GS, Norman JM (1998). Introduction to environmental biophysics, 2nd ed. edition. Springer, New York. ISBN 0387949372.
See Also
Other utility functions:
airpressure_from_elev()
,
azimuth_angle()
,
day_of_year()
,
daylength()
,
solar_noon()
,
temperature conversions
,
zenith_angle()
Examples
dec_angle(doy = 112)
dec_angle(doy = 360)
[Package TrenchR version 1.1.1 Index]