Description Usage Arguments Value Author(s) References Examples
View source: R/CAAElliptical_MinorPlanetMagnitude.R
CAAElliptical_MinorPlanetMagnitude
1 | CAAElliptical_MinorPlanetMagnitude(H, delta, G, r, PhaseAngle)
|
H |
H The mean absolute visual magnitude of the minor planet. |
delta |
delta Distance of the minor planet to the Earth in astronomical units. |
G |
G The so called "slope parameter" which differs from one minor planet to another. |
r |
r Distance of the minor planet from the Sun in astronomical units |
PhaseAngle |
PhaseAngle the Sun - body - Earth angle in degrees |
The magnitude of the minor planet.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAAElliptical_MinorPlanetMagnitude(3.34, 1.6906631928, 0.12, 2.6154983761, 120);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.