swephR (version 0.3.1)

Section3: Section 3: Find a planetary or asteroid name

Description

Find a planetary or asteroid name.

Usage

swe_get_planet_name(ipl)

Value

swe_get_planet_name returns the object's name as string

Arguments

ipl

Body/planet as integer (SE$SUN=0, SE$Moon=1, ... SE$PLUTO=9)

Details

swe_get_planet_name()

Convert object number into object name.

See Also

Section 3 in http://www.astro.com/swisseph/swephprg.htm. Remember that array indices start in R at 1, while in C they start at 0!

Examples

Run this code
data(SE)
swe_get_planet_name(SE$MOON)

Run the code above in your browser using DataLab