Description Usage Arguments Value Author(s) Examples
If sweeptakes dispersal occurs picks a landing spot.
1 2 3 4 5 6 7 8 9 10 11 | MagicPortal(
start_longitude,
start_latitude,
end_longitude,
end_latitude,
start_continent,
touching_continents,
continent_centres,
continent_radius,
EarthRad = 6367.4447
)
|
start_longitude |
Decimalised longitude of organism's dispersal starting point. |
start_latitude |
Decimalised latitude of organism's dispersal starting point. |
end_longitude |
Decimalised longitude of organism's dispersal ending point. |
end_latitude |
Decimalised latitude of organism's dispersal ending point. |
start_continent |
Number of starting continent. |
touching_continents |
Character vector of continental clusters separated by ampersands. |
continent_centres |
A two-column (longitude, latitude) of the centres of each continent in order (1 at top to N at bottom). |
continent_radius |
The radius of the continent in kilometres. |
EarthRad |
Earth radius in kilometres. |
The new position of the organism following a sweepstakes dispersal.
Laura C. Soul lauracsoul@gmail.com and Graeme T. Lloyd graemetlloyd@gmail.com
1 | #MagicPortal()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.