convertATT: DateHour to List

View source: R/convertATT.R

convertATTR 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)


RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.