JulDate {FAO56} | R Documentation |
Julian Date
Description
JulDate
returns Julian Date.
Usage
JulDate(date)
Arguments
date |
Optional. A character string that denotes the date in the format "Year-Month-Day" or "Year/Month/Day". |
Details
This is a function to calculate Julian Date.
Value
The function returns Julian Date as a numeric scalar.
Reference
See Also
Examples
JulDate(date = "2020-06-25")
JulDate(date = "2020/06/25")
[Package FAO56 version 1.0 Index]