Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

xtract.trace

Extract trace


Description

Extract one time series trace from an RSEIS data list

Usage

xtract.trace(GH, sel = 1, WIN = c(0, 1))

Arguments

GH

RSEIS list

sel

select trace index

WIN

time window on trace, relative to start

Details

An attribute of dt (sample time interval) is attached to the time series for use in plotting.

Value

vector

amplitudes

Author(s)

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

Examples

data(GH)

x1  <- xtract.trace(GH, sel = 1, WIN = c(0, 1))
plot(x1, type='l')

RSEIS

Seismic Time Series Analysis Tools

v3.9-3
GPL (>= 2)
Authors
Jonathan M. Lees [aut, cre], Jake Anderson [ctb], Leonard Lisapaly [ctb], Dave Harris [aut, cph]
Initial release
2020-08-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.