R/RcppExports.R
Section9.Rd
Function for topocentric planet positions
swe_set_topo(longitude, lat, height)
Geographic longitude as double (deg)
Geographic latitude as double (deg)
Height as double (m)
Set the topocentric location of the observer.
Section 9 in http://www.astro.com/swisseph/swephprg.htm. Remember that array indices start in R at 1, while in C they start at 0!
swe_set_topo(0,50,10)