plotGH {RSEIS} | R Documentation |
Plot a seismic trace.
Description
Quick and dirty plot of a seismic trace as recorded and save using stream2GHnosens or other RSEIS savers.
Usage
plotGH(h)
Arguments
h |
This is a standard GH object as defined in RSEIS |
Details
The code converts the amp component to a ts object.
Value
Side effects
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
RSEIS::prepSEIS, RSEIS::prep1wig, RSEIS::PLOT.SEISN, RSEIS::swig
Examples
## Not run:
zh = JGET.seis(file='file.RDATA', kind=-1)
plotGH(zh)
## End(Not run)
[Package RSEIS version 4.2-0 Index]