gcOuterDist | R Documentation |
Calculate great circle distancces between all pairs of points.
gcOuterDist(x1, x2)
x1 |
a two column matrix of (lon,lat) locations. |
x2 |
a two column matrix of (lon,lat) locations. |
Compute the great circle distances from every point in x1 to every point is x2, and return the result as a matrix.
vector of interpoint distances (km)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.