Description Usage Arguments Value Author(s) Examples
This function allows you calculate the final coordinates and bearing after one step of a random walk on a sphere.
1 2 3 4 5 6 7 | EndPoint(
longitude = 0,
latitude = 0,
bearing = 0,
distance = 1,
EarthRad = 6367.4447
)
|
longitude |
starting longitude |
latitude |
starting latitude |
bearing |
heading in degrees from north |
distance |
length of step in km |
EarthRad |
Earth radius in kilometres. |
longitude final longitude
latitude final latitude
bearing final bearing in degrees from north
Laura C. Soul lauracsoul@gmail.com
1 | EndPoint(longitude = 0, latitude = 0, bearing = 90, distance = 111, EarthRad = 6367.4447)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.