Rquake-package: Seismic Analysis of Earthquake Hypocenter determination

Description Details Note Author(s) References See Also Examples

Description

Packages puts together codes from RSEIS, GEOmap, RFOC and others for a complete analysis of hypocenters estiamted using seismic data from field campaigns.

Details

Package: Rquake
Type: Package
Version: 2.0-2
Date: 2012-06-12
License: GPL

Rquake is a package for analaysis of seismic data collected continuously, or in trigger mode. The functions organize other functions from RSEIS and GEOmap to help researchers pick, locate, and store hypocenters for detailed seismic investigation.

Note

Functions

CONTPF EQXYresid INITpickfile NLSlocate PFoutput RQ SavePF UPdateEQLOC XYSETUP Y2Pphase chak contPFarrivals doAmap gMAP getregionals prepPDE viewCHAC

Author(s)

Jonathan M. Lees<jonathan.lees.edu> Maintainer:Jonathan M. Lees<jonathan.lees.edu>

References

Lee, W.H.K., and S.W. Stewart, Principles and Applications of Microearthquake Networks, Academic Press, New York, 1981.

See Also

RSEIS

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## Not run: 


lf = list.files(path="/Users/lees/Site/CHAC/PIX", pattern=".RDATA", full.names=TRUE)

for(i in 1:length(lf))
  {
fn = lf[i]


ret = chak(DBnov , gstas, gcomps , fn, stas, kind=2, Iendian=1, BIGLONG=FALSE)

  if(ret$but == "QUIT") break
  }





## End(Not run)

Rquake documentation built on Dec. 16, 2020, 5:06 p.m.