trirmr: triangulate by repeated median method

Description Usage Arguments Value

Description

triangulate by repeated median method

Usage

1
  trirmr(xytower, bearing)

Arguments

xytower

2 column matrix of xy coords

bearing

azimuth angles in degrees

for each bearing compute the intersection with all the other bearings, and take the median x and median y of those intersections. This gives one x and y for each bearing. Then take the median of those x and y coordinates to get a single value. Compute the standard error by a jack-knife procedure.

Value

A named vector of x and y coords


barryrowlingson/telemetr documentation built on May 11, 2019, 8:30 p.m.