Learn R Programming

RSEIS (version 3.3-3)

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

Arguments

GH
RSEIS list structure
sel
numeric index vector, selection of traces
WIN
time window within a trace

Value

  • character array for each component in the sel vector.

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