planets {moonsun} | R Documentation |
Compute equatorial coordinates for all planets (and also Moon and Sun if needed) by one function call.
planets(jday = jd(), show.sun = TRUE, show.moon = TRUE)
jday |
Julian Day Number (default today) |
show.sun |
should the Sun position be computed? |
show.moon |
should the Moon position be computed? |
The function calls the planet(), sun() and moon() function for each object.
An object of class eqc, containing all computed coordinates.
Lukasz Komsta
planets() rst(planets())