mercury_sunrise: track of mercury during sunrise for a given period

Description Usage Arguments Value Note Author(s) See Also Examples

View source: R/mercury_sunrise.R

Description

track of mercury during sunrise for a given period

Usage

1
2
mercury_sunrise(JD, latitude, days = 365,
                 label_interval = 10)

Arguments

JD

Julian Date of the starting time

latitude

Latitude in decimal degree

days

Number of days to compute

label_interval

days between each label on the apparent track

Value

Figure

Note

The azimuth is measured westward from the south.

Author(s)

Jinlong Zhang jinlongzhang01@gmail.com

See Also

mercury_sunset

Examples

1
mercury_sunrise( CAADate_DateToJD(2016, 1, 1, TRUE) , latitude = 39.9, days = 300, label_interval = 10)

helixcn/ephem documentation built on March 31, 2021, 5:45 a.m.