convertATT {RSEIS} | R Documentation |
DateHour to List
Description
Convert a julian day+time to an RSEIS date list.
Usage
convertATT(at1, yr)
Arguments
at1 |
julian day in Year, plus (hr+minutes+seconds) |
yr |
Year |
Details
Calculates the data-list that RSEIS uses in calculations. The Month and Day-of-month are also returned.
Value
List with date and time
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
recdate, recdatel, dateList, dateStamp, filedatetime, rangedatetime, yeardate, Zdate, as.POSIXct
Examples
yr = 2014
j = 233.1234
convertATT(j, yr)
[Package RSEIS version 4.2-0 Index]