plot_juptermoons: Track of Jupiter's Galilean Moons

Description Usage Arguments Value Author(s) Examples

View source: R/plot_juptermoons.R

Description

Track of Jupiter's Galilean Moons

Usage

1
plot_juptermoons(JD, days = 30, increment = 1/1000, legend = TRUE)

Arguments

JD

Julian Date

days

Number of days to compute

increment

Increment in days

legend

Logical, whether the legend will be added to the figure.

Value

figure

Author(s)

Jinlong Zhang jinlongzhang01@gmail.com

Examples

1
2
JD = CAADate_DateToJD(Year = 2016, Month =1, Day =1, bGregorianCalendar=TRUE)
plot_juptermoons(JD , days = 31, increment = 1/24)

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