Learn R Programming

RSEIS (version 4.2-4)

ghstamp: Identification stamp for RSEIS data

Description

Prepare a character string stamp for idenitication of plots of of signals in swig.

Usage

ghstamp(GH, sel, WIN = c(485, 600))

Value

character array for each component in the sel vector.

Arguments

GH

RSEIS list structure

sel

numeric index vector, selection of traces

WIN

time window within a trace

Author

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

Details

The character string can be used as a stamp on plots for unique identification. Uses the info list in the RSEIS list. This function combines Zdate with the window time information.

See Also

Zdate, MTM.drive, plotwlet

Examples

Run this code
data(KH)
ghstamp(KH)

data(GH)
ghstamp(GH, sel=1:3)


Run the code above in your browser using DataLab