planets {moonsun}R Documentation

Coordinates of all planets for given day

Description

Compute equatorial coordinates for all planets (and also Moon and Sun if needed) by one function call.

Usage

planets(jday = jd(), show.sun = TRUE, show.moon = TRUE)

Arguments

jday Julian Day Number (default today)
show.sun should the Sun position be computed?
show.moon should the Moon position be computed?

Details

The function calls the planet(), sun() and moon() function for each object.

Value

An object of class eqc, containing all computed coordinates.

Author(s)

Lukasz Komsta

Examples

planets()
rst(planets())

[Package moonsun version 0.1 Index]