Description Usage Arguments Value Author(s) References Examples
View source: R/CAANodes_PassageThroAscendingNode_CAAElliptical.R
CAANodes_PassageThroAscendingNode_CAAElliptical
| 1 | CAANodes_PassageThroAscendingNode_CAAElliptical(elements_w, elements_e, elements_a, elements_T)
 | 
| elements_w | w The argument of the perihelion in degrees. | 
| elements_e | e The eccentricity of the orbit. | 
| elements_a | a The semi major axis in astronomical units. | 
| elements_T | T The Julian date of the time of passage in perihelion. | 
A class containing
t The date in Dynamical time to when the body moves thro the ascending node.
radius The radius vector in astronomical units.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
| 1 2 | CAANodes_PassageThroAscendingNode_CAAElliptical(elements_w = 123, 
    elements_e = 0.23, elements_a = 6, elements_T = 2457397.3434)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.