Description Usage Arguments Value Author(s) References Examples
View source: R/CAAPhysicalMoon_TimeOfSunrise.R
CAAPhysicalMoon_TimeOfSunrise
| 1 | CAAPhysicalMoon_TimeOfSunrise(JD, Longitude, Latitude)
 | 
| JD | The date in Dynamical time to calculate for. 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 earlier 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 2 |  CAAPhysicalMoon_TimeOfSunrise(JD = 2455383.5, Longitude = 300, Latitude = 10)
 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.