Learn R Programming

Rquake (version 1.2-2)

Rquake-package: Seismic Analysis of Earthquake Hypocenter determination

Description

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

Arguments

Details

ll{ Package: Rquake Type: Package Version: 1.0 Date: 2012-01-02 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.

References

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

See Also

RSEIS

Examples

Run this code
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
  }

Run the code above in your browser using DataLab