Description Usage Arguments Details Value Author(s) Examples
View source: R/StartingPoints.R
Generates a matrix of longitudes and latitudes describing the centres of circular continents on a sphere
1 2 3 4 5 6 7 8 | StartingPoints(
N_continents = 7,
radius = 2000,
start_configuration = "supercontinent",
squishiness = 0.25,
EarthRad = 6367.4447,
polar = FALSE
)
|
N_continents |
The (maximum) number of individual continents |
radius |
The radius of each circular continent. |
start_configuration |
One of "random separate", "random overlap", "supercontinent", or "max separate". |
squishiness |
A value from 0 (continents can never overlap) to 1 (continents can overlap completely) |
EarthRad |
Eartn radius in kilometres. |
polar |
TRUE/FALSE Is there a continent starting on the south pole? |
Nothing yet.
A matrix of longitudes and latitudes describing the centres of circular continents.
Laura C. Soul lauracsoul@gmail.com and Graeme T. Lloyd graemetlloyd@gmail.com
1 2 3 | StartingPoints(N_continents = 7, radius = 2000,
start_configuration = "supercontinent", squishiness = 0.1,
EarthRad = 6367.4447, polar=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.