Description Usage Arguments Value Author(s) See Also Examples
View source: R/plot_rise_set.R
The figure of rise and set time for the major planets
1 | plot_rise_set(JD, days, longitude, latitude, zone, legend = TRUE, ...)
|
JD |
Starting time to compute, in Julian Day |
days |
Number of days |
longitude |
Longitude in decimal degree |
latitude |
Latitude in decimal degree |
zone |
Time Zone, Eastern Negative, Western Positive |
legend |
Whether the legend shall be applied |
... |
other arguments to be passed to. |
Figure
Jinlong jinlongzhang01@gmail.com
1 2 3 4 | JD = CAADate_DateToJD(Year = 2016, Month =1, Day =1, bGregorianCalendar=TRUE)
plot_rise_set(JD, days = 365,longitude = -121.468773, latitude = 31.228328, zone = -8)
plot_rise_set(JD, days = 365,longitude = -116, latitude = 40, zone = -8)
plot_rise_set(JD, days = 365,longitude = -127, latitude = 45, zone = -8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.