zenith_angle {TrenchR} | R Documentation |
Zenith Angle
Description
The function calculates the zenith angle, the location of the sun as an angle (in degrees) measured from vertical (Campbell and Norman 1998).
Usage
zenith_angle(doy, lat, lon, hour, offset = NA)
Arguments
doy |
|
lat |
|
lon |
|
hour |
|
offset |
|
Value
numeric
zenith angle (degrees)
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()
,
dec_angle()
,
solar_noon()
,
temperature conversions
Examples
zenith_angle(doy = 112,
lat = 47.61,
lon = -122.33,
hour = 12)