swephR (version 0.2.1)

Section3: Section 3: Find a planetary or asteroid name

Description

Find a planetary or asteroid name.

Usage

swe_get_planet_name(ipl)

Arguments

ipl

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

Value

swe_get_planet_name returns the object's name as string

Details

swe_get_planet_name()

Convert object number into object name.

See Also

Section 3 in http://www.astro.com/swisseph/swephprg.htm

Examples

Run this code
# NOT RUN {
data(SE)
swe_get_planet_name(SE$MOON)
# }

Run the code above in your browser using DataLab