swephR (version 0.2.1)

Section9: Section 9: The function for calculating topocentric planet position

Description

Function for topocentric planet positions

Usage

swe_set_topo(longitude, lat, height)

Arguments

longitude

Geographic longitude as double (deg)

lat

Geographic latitude as double (deg)

height

Height as double (m)

Details

swe_set_topo()

Set the topocentric location of the observer.

See Also

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

Examples

Run this code
# NOT RUN {
swe_set_topo(0,50,10)
# }

Run the code above in your browser using DataCamp Workspace