ghstamp {RSEIS} | R Documentation |
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 |
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.
Value
character array for each component in the sel vector.
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
Zdate, MTM.drive, plotwlet
Examples
data(KH)
ghstamp(KH)
data(GH)
ghstamp(GH, sel=1:3)
[Package RSEIS version 4.2-0 Index]