sun.azimuth: Calculate the azimuth of the sun in a place at a given date...

View source: R/ArMag.R

sun.azimuthR Documentation

Calculate the azimuth of the sun in a place at a given date at a given time "UTC".

Description

Calculate the azimuth of the sun in a place at a given date at a given time "UTC".

Usage

sun.azimuth(
  day,
  month,
  year,
  hour,
  minute,
  seconde = 0,
  longdeg,
  longmin = 0,
  longsec = 0,
  latdeg,
  latmin = 0,
  latsec = 0
)

See Also

https://codes-sources.commentcamarche.net/source/31774-calcul-de-la-position-du-soleil-declinaison-angle-horaire-altitude-et-azimut-altaz-solaire

https://fr.planetcalc.com/320/


chrono35/ArMag documentation built on June 19, 2024, 6:38 p.m.