| xtract.trace | R Documentation | 
Extract one time series trace from an RSEIS data list
xtract.trace(GH, sel = 1, WIN = c(0, 1))
GH | 
 RSEIS list  | 
sel | 
 select trace index  | 
WIN | 
 time window on trace, relative to start  | 
An attribute of dt (sample time interval) is attached to the time series for use in plotting.
vector | 
 amplitudes  | 
Jonathan M. Lees<jonathan.lees@unc.edu>
data(GH)
x1  <- xtract.trace(GH, sel = 1, WIN = c(0, 1))
plot(x1, type='l')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.