ghstamp | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.