ghstamp {RSEIS} | R Documentation |
Prepare a character string stamp for idenitication of plots of of signals in swig.
ghstamp(GH, sel, WIN = c(485, 600))
GH |
RSEIS list structure |
sel |
numeric index vector, selection of traces |
WIN |
time window within a trace |
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.
character array for each component in the sel vector.
Jonathan M. Lees<jonathan.lees@unc.edu>
Zdate, MTM.drive, plotwlet
data(KH)
ghstamp(KH)
data(GH)
ghstamp(GH, sel=1:3)