Description Usage Arguments Details Value Author(s) Examples
View source: R/One2ManyGreatCircleDistance.R
Returns a set of distances from a single point of longitude and latitude
1 2 3 4 5 6 7 | One2ManyGreatCircleDistance(
point_longitude,
point_latitude,
point_longitudes,
point_latitudes,
EarthRad = 6367.4447
)
|
point_longitude |
Decimalised longitude of single point. |
point_latitude |
Decimalised latitude of single point. |
point_longitudes |
Decimalised longitudes of many points. |
point_latitudes |
Decimalised latitudes of many points. |
EarthRad |
Radius of the Earth in kilometres. |
Nothing yet.
A vector of minimum Great Circle Distances between single point and each of many points.
Graeme T. Lloyd graemetlloyd@gmail.com
1 | One2ManyGreatCircleDistance(0, 0, 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.