Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

distseisnXY

Distances from an RSEIS list


Description

Distances from an RSEIS list

Usage

distseisnXY(GH, sta=list(nam="", x=0 , y=0 , z=0) , LOC=list(x=0, y=0 , z=0))

Arguments

GH

Rseis list structure

sta

station list(x,y,z)

LOC

location list(x,y,z)

Value

list:

Note

Locations of stations and source should be projected.

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

Examples

data(GH)
###   assume the lat lon in GH are x, y (projected)

staxy <-  list(nam=GH$stafile$name, x=GH$stafile$lon,
               y=GH$stafile$lat, z=GH$stafile$z)
 LOC <- list(x=GH$pickfile$LOC$lon, y=GH$pickfile$LOC$lat,
             z=GH$pickfile$LOC$z)
distseisnXY(GH, sta =staxy, LOC = LOC)

RSEIS

Seismic Time Series Analysis Tools

v3.9-3
GPL (>= 2)
Authors
Jonathan M. Lees [aut, cre], Jake Anderson [ctb], Leonard Lisapaly [ctb], Dave Harris [aut, cph]
Initial release
2020-08-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.