Description Usage Arguments Value Author(s) References Examples
View source: R/CAAPhysicalMoon_TimeOfSunset.R
CAAPhysicalMoon_TimeOfSunset
1 | CAAPhysicalMoon_TimeOfSunset(JD, Longitude, Latitude)
|
JD |
JD The date in Dynamical time to calculate for. |
Longitude |
Longitude The selenographic longitude in degrees of the position to perform the calculation for. |
Latitude |
Latitude The selenographic latitude in degrees of the position to perform the calculation for. |
Returns the nearest Julian date in Dynamical time when the Sun rises at the specified lunar location. This value will always be later than the parameter "JD"
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAAPhysicalMoon_TimeOfSunset(JD = 2456597.5, Longitude = 15, Latitude = 22)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.