Description Usage Arguments Details Author(s) References Examples
View source: R/CAAIlluminatedFraction_PhaseAngleRectangular.R
CAAIlluminatedFraction_PhaseAngleRectangular
1 | CAAIlluminatedFraction_PhaseAngleRectangular(x, y, z, B, L, Delta)
|
x |
x The geocentric rectangular ecliptical X coordinate of the object. |
y |
y The geocentric rectangular ecliptical Y coordinate of the object. |
z |
z The geocentric rectangular ecliptical Y coordinate of the object. |
B |
B The planet's heliocentric latitude in degrees. |
L |
L The planet's heliocentric longitude 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_PhaseAngleRectangular(x = 1.344, y = 2.3, z = 0.9, B = 22, L = 21, Delta = 1.8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.