JulDate | R Documentation |
JulDate
returns Julian Date.
JulDate(date)
date |
Optional. A character string that denotes the date in the format "Year-Month-Day" or "Year/Month/Day". |
This is a function to calculate Julian Date.
The function returns Julian Date as a numeric scalar.
DH, EarSunDis, SolDec
.
JulDate(date = "2020-06-25")
JulDate(date = "2020/06/25")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.