Description Usage Arguments Details Value Author(s) Examples
View source: R/GreatCircleDistanceMatrix.R
Returns a distance matrix between points of longitude and latitude
1 | GreatCircleDistanceMatrix(longs, lats, EarthRad = 6367.4447)
|
longs |
A vector of decimalised longitudes. |
lats |
A vector of decimalised latitudes. |
EarthRad |
Radius of the Earth in kilometres. |
Nothing yet.
A distancematrix of minimum Great Circle Distances.
Graeme T. Lloyd graemetlloyd@gmail.com
1 | GreatCircleDistanceMatrix(c(-179, 0, 179), c(89, 0, -89))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.