Description Usage Arguments Value Author(s) References Examples
View source: R/CAAIlluminatedFraction_PhaseAngle_2.R
CAAIlluminatedFraction_PhaseAngle_2
1 | CAAIlluminatedFraction_PhaseAngle_2(R, R0, B, L, L0, Delta)
|
R |
R The planet's distance to the Sun in astronomical units. |
R0 |
R0 The distance of the Sun from the Earth in astronomical units. |
B |
B The planet's heliocentric latitude in degrees. |
L |
L The planet's heliocentric longitude in degrees. |
L0 |
L0 The heliocentric latitude of the Earth in degrees. |
Delta |
Delta The planet's distance from the Earth in astronomical units. |
The phase angle in degrees.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAAIlluminatedFraction_PhaseAngle_2(0.724604, 0.983824, -2.62070, 26.11428, 88.35704, 0.910947);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.