MeanStaDist: Mean Station Distance

View source: R/MeanStaDist.R

MeanStaDistR Documentation

Mean Station Distance

Description

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

Usage

MeanStaDist(Ldat)

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


data(GH, package='RSEIS')
MeanStaDist(GH$pickfile$STAS)


Rquake documentation built on June 22, 2024, 11:54 a.m.