Description Usage Arguments Details Value Author(s) Examples
View source: R/ContinentSplitter.R
Return two separate clumps of continents after a separation has occurred.
1 2 3 4 5 6 7 8 9 | ContinentSplitter(
min_separation,
longitudes,
latitudes,
continent_numbers,
protected_links = matrix(nrow = 0, ncol = 2),
EarthRad = 6367.4447,
Warn = TRUE
)
|
min_separation |
The minimum separation in kilometres between continents. |
longitudes |
Decimalised longitudes of the continents forming the clump in |
latitudes |
Decimalised latitudes of the continents forming the clump in |
continent_numbers |
A character vector of continent numbers. |
protected_links |
A two-column matrix of protected links (those that cannot be severed). |
EarthRad |
Earth radius in kilometres. |
Warn |
Whether or not to print warnings. |
Nothing yet.
Vector of two continental clumps left after separation.
Graeme T. Lloyd graemetlloyd@gmail.com
1 | # Nothing yet
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.