combineSEIS | R Documentation |
Combine 2 SEIS format lists into one list suitable for swig.
combineSEIS(IH, IV)
IH |
SEIS list (swig input) |
IV |
SEIS list (swig input) |
This will take two SEIS lists and merge them into one.
SEIS list suitable for swig.
Jonathan M. Lees<jonathan.lees@unc.edu>
swig, Mine.seis, prepSEIS
####### 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 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.