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
####### 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 )
[Package RSEIS version 4.2-4 Index]