Learn R Programming

RSEIS (version 4.2-4)

convertATT: DateHour to List

Description

Convert a julian day+time to an RSEIS date list.

Usage

convertATT(at1, yr)

Value

List with date and time

Arguments

at1

julian day in Year, plus (hr+minutes+seconds)

yr

Year

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

Calculates the data-list that RSEIS uses in calculations. The Month and Day-of-month are also returned.

See Also

recdate, recdatel, dateList, dateStamp, filedatetime, rangedatetime, yeardate, Zdate, as.POSIXct

Examples

Run this code

yr = 2014
j = 233.1234
convertATT(j, yr)

Run the code above in your browser using DataLab