MeanStaDist: Mean Station Distance

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/MeanStaDist.R

Description

calculate the mean km distance of a set of Lat-lon pairs

Usage

1

Arguments

Ldat

station list with elements of Lat-Lon

Details

Given a list with elements named lat and lon, find the mean station distance.

Value

scalar

Author(s)

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

See Also

setPROJ, GLOB.XY, dist

Examples

1
2
3
4
5
6
## Not run: 
library(RSEIS)
data(GH)
MeanStaDist(GH$pickfile$STAS)

## End(Not run)

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