Zdate {RSEIS} | R Documentation |
Make character vector from dates
Zdate(info, sel, t1) dateList(datevec) dateStamp(datelist)
info |
info structure from trace structure |
sel |
selection of which ones to extract |
t1 |
time offset, seconds |
datevec |
vector with yr, jd, mo, day, hr, mi, sec |
datelist |
output of dateList |
Format date stamp for plotting and identification. Used for STAMP.
character strings
Jonathan M. Lees<jonathan.lees.edu>
PICK.GEN
data("GH") sel= which(GH$COMPS == "V") ftime = Zdate(GH$info, sel[1:5], 1) dvec = c(2009, 134, 5, 14, 10, 32, 24.5, 0) A = dateList(dvec) dateStamp(A)