Description Usage Arguments Value Author(s) References Examples
View source: R/CAAParallactic_AngleBetweenEclipticAndHorizon.R
CAAParallactic_AngleBetweenEclipticAndHorizon
1 | CAAParallactic_AngleBetweenEclipticAndHorizon(LocalSiderealTime, ObliquityOfEcliptic, Latitude)
|
LocalSiderealTime |
LocalSiderealTime The local sidereal time measured in hours. |
ObliquityOfEcliptic |
ObliquityOfEcliptic The obliquity of the ecliptic in degrees. |
Latitude |
Latitude The latitude of the position in degrees. |
Returns the angle in degrees of the diurnal path of a celestial body (not the ecliptic) relative to the horizon at the time of its rising or setting.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAAParallactic_AngleBetweenEclipticAndHorizon(LocalSiderealTime = 12.44, ObliquityOfEcliptic = 12, Latitude = 47)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.