Description Usage Arguments Value Author(s) References Examples
An arc is defined by startDD and stopDD, the coordinates of its limit points (decimal degrees). New points are computed according to f, i.e. the fraction at which the desired point is located along the arc (f varies between 0 -> startDD to 1 -> stopDD)
1 | curvy(f, startDD, stopDD)
|
f |
Fraction of arc at which the desired point is located. f varies between 0 and 1, to generate points located between startDD and stopDD) |
startDD |
Geographical location of starting point of the arc (longitutde, latitude in decimal degrees). |
stopDD |
Geographical location of stoping point of the arc (longitutde, latitude in decimal degrees). |
The geographical coordinates of the desired point (longitude, latitude in decimal degrees).
Nils Arrigo, nils.arrigo@gmail.com 2012 EEB, the University of Arizona, Tucson
The original function was actually proposed by Rod Page on http://iphylo.blogspot.com/
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.