planets: Coordinates of all planets for given day

Description Usage Arguments Details Value Author(s) Examples

Description

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

Usage

1
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

1
2

moonsun documentation built on May 29, 2017, 12:17 p.m.