Learn R Programming

RSEIS (version 4.1-1)

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

Value

Side effects

Arguments

h

This is a standard GH object as defined in RSEIS

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

The code converts the amp component to a ts object.

See Also

RSEIS::prepSEIS, RSEIS::prep1wig, RSEIS::PLOT.SEISN, RSEIS::swig

Examples

Run this code
if (FALSE) {
zh = JGET.seis(file='file.RDATA', kind=-1)
plotGH(zh)

}



Run the code above in your browser using DataLab