MeanStaDist {Rquake}R 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)


[Package Rquake version 2.5-1 Index]