NLSlocate | R Documentation |
Nonlinear Least Squares Location using Gieger's method
NLSlocate(GH, vel = list(), init = c(0, 0, 0, 0), PLOT = FALSE)
GH |
List, RSEIS |
vel |
velocity model |
init |
initial guess for event location |
PLOT |
logical, TRUE=plot |
This is an adaptation of non-linear least squares inversion for earthquake location. A residual function is supplied, and iterations are performed until the location is determined.
vector, new location
At this stage there are no weighting mechanisms or code to eliminate data that has residuals that are too large.
Jonathan M. Lees<jonathan.lees@unc.edu>
Lee, W.H.K., and S.W. Stewart, Principles and Applications of Microearthquake Networks, Academic Press, New York, 1981.
swig
data(GH, package='RSEIS')
### location is:
eqsol = NLSlocate(GH, vel=GH$velfile, PLOT=TRUE )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.