combineSEIS {RSEIS}R Documentation

Combine SEIS lists

Description

Combine 2 SEIS format lists into one list suitable for swig.

Usage

combineSEIS(IH, IV)

Arguments

IH

SEIS list (swig input)

IV

SEIS list (swig input)

Details

This will take two SEIS lists and merge them into one.

Value

SEIS list suitable for swig.

Author(s)

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

See Also

swig, Mine.seis, prepSEIS

Examples

## Not run: 
#######  say you have 2 databases - extract from each:
GH = Mine.seis(at1, at2, DB1, grepsta, grepcomp, kind = -1)
JH = Mine.seis(at1, at2, DB2, grepsta, grepcomp, kind = -1)
#### merge the 2 structures
BH = combineSEIS(GH, JH)
###### plot and interact
swig(BH)


## End(Not run)



[Package RSEIS version 4.2-0 Index]