Description Usage Arguments Value Author(s) Examples
View source: R/transit_table.R
compute the time of transit for major planets
1 | transit_table(start.JD, days = 30)
|
start.JD |
starting date in Julian Date |
days |
Number of days the computation will last |
data frame
Jinlong Zhang jinlongzhang01@gmail.com
1 2 | JD = CAADate_DateToJD(Year = 2016, Month =1, Day =1, bGregorianCalendar=TRUE)
transit_table(JD, days =365)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.