azimuth_angle {TrenchR} | R Documentation |
The function calculates the azimuth angle, the angle (degrees) from which the sunlight is coming measured from true north or south measured in the horizontal plane. The azimuth angle is measured with respect to due south, increasing in the counter clockwise direction so 90 degrees is east (Campbell and Norman 1998).
azimuth_angle(doy, lat, lon, hour, offset = NA)
doy |
|
lat |
|
lon |
|
hour |
|
offset |
|
numeric
azimuth angle (degrees).
Campbell GS, Norman JM (1998). Introduction to environmental biophysics, 2nd ed. edition. Springer, New York. ISBN 0387949372.
Other utility functions:
airpressure_from_elev()
,
day_of_year()
,
daylength()
,
dec_angle()
,
solar_noon()
,
temperature conversions
,
zenith_angle()
azimuth_angle(doy = 112,
lat = 47.61,
lon = -122.33,
hour = 12,
offset = -8)