Learn R Programming

RSEIS (version 4.2-4)

combineSEIS: Combine SEIS lists

Description

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

Usage

combineSEIS(IH, IV)

Value

SEIS list suitable for swig.

Arguments

IH

SEIS list (swig input)

IV

SEIS list (swig input)

Author

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

Details

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

See Also

swig, Mine.seis, prepSEIS

Examples

Run this code

#######  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

data(KH)

MH = KH

BH = combineSEIS(KH, MH)
###### plot and interact
swig(BH, SHOWONLY=TRUE )

Run the code above in your browser using DataLab