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

rseis2ts

Convert RSEIS to TS


Description

Convert one trace from an RSEIS seismic list to a ts time-series object.

Usage

rseis2ts(GH, sel = 1, notes = "")

Arguments

GH

List structure of seismic traces from RSEIS

sel

numeric index of one trace.

notes

character string of notes

Details

Function extracts one trace and associated information from an RSEIS structure and returns a ts, time-series, object.

Value

ts object

Author(s)

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

Examples

data(GH)
H = rseis2ts(GH, 1, notes='Coso Trace 1')
plot(H)
title(main=attr(H, 'info')$notes)

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.