hypot {RSEIS} | R Documentation |
length of line connecting two points in a plane
hypot(x1, y1, x2, y2)
x1 |
x-location point 1 |
y1 |
y-location point 1 |
x2 |
x-location point 2 |
y2 |
y-location point 2 |
Euclidean distance
numeric distance
Jonathan M. Lees<jonathan.lees@unc.edu>
hypot(34, 12, 56, 89)