Zdate {RSEIS}R Documentation

Date functions

Description

Make character vector from dates

Usage

Zdate(info, sel, t1)

Arguments

info info structure from trace structure
sel selection of which ones to extract
t1 time offset, seconds

Details

Format date stamp for plotting and identification. Used for STAMP.

Value

character strings

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

PICK.GEN

Examples

data("GH")

sel= which(GH$COMPS == "V")

ftime = Zdate(GH$info, sel[1:5], 1)


[Package RSEIS version 2.1-4 Index]