Learn R Programming

RSEIS (version 3.7-4)

convertATT: 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

Value

List with date and time

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
# NOT RUN {
yr = 2014
j = 233.1234
convertATT(j, yr)

# }

Run the code above in your browser using DataLab