Description Usage Arguments Value Examples
Apparent equatorial coordinates of a planet
1 | apparent_equatorial_position_planet(jd, planet)
|
jd |
Julian day |
planet |
planet name as string: mercury, venus,earth, mars, jupyter, saturn |
Equatorial coordinates
declination Declination in degrees
right_ascension Right ascension in hour angle
distance Distance to Earth
illuminated_fraction Illuminated fraction of the disk of a planet
apparent_magnitude apparent magnitude
#'
1 2 | jd<-julian_day(13.19,11,2028)
apparent_equatorial_position_planet(jd,"venus")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.