Description Usage Arguments Details Value Author(s) Examples
View source: R/HowManySeparateContinents.R
Given a minimum separation between continental centres records how many separate continents exist
1 2 3 4 5 6 | HowManySeparateContinents(
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 vector of length equal to the number of separate continents.
Graeme T. Lloyd graemetlloyd@gmail.com
1 | HowManySeparateContinents(100, c(179, -179), c(-89, 89))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.