Description Usage Arguments Details Value Author(s) Examples
View source: R/IntercontinentalLinks.R
Returns a continent-by-continent matrix with intercontinental links scored as ones
1 2 3 4 5 6 | IntercontinentalLinks(
min_separation,
longitudes,
latitudes,
EarthRad = 6367.4447
)
|
min_separation |
Minimum separation allowed between continental centres in kilometres. |
longitudes |
A vector of the decimalised longitudes for each continental centre. |
latitudes |
A vector of the decimalised latitudes for each continental centre. |
EarthRad |
Earth radius in kilometres. |
Nothing yet.
A square matrix with intercontinental links scored as ones.
Graeme T. Lloyd graemetlloyd@gmail.com
1 | IntercontinentalLinks(0, c(179, -179), c(-89, 89))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.