Description Usage Arguments Value Author(s) References Examples
View source: R/CAAElliptical_CometMagnitude.R
CAAElliptical_CometMagnitude
1 | CAAElliptical_CometMagnitude(g, delta, k, r)
|
g |
g The absolute magnitude of the comet. |
delta |
delta Distance of the comet to the Earth in astronomical units. |
k |
k A constant which differs from one comet to another. |
r |
r Distance of the comet from the Sun in astronomical units |
The magnitude of the comet.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 2 | Mag2 = CAAElliptical_CometMagnitude(5.5, 0.378, 10, 0.658);
Mag3 = CAAElliptical_CometMagnitude(5.5, 1.1017, 10, 1.5228);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.