.cartesianPerimeter | R Documentation |
Given a set of headings and locations, this function returns the rotational order of the set
.cartesianPerimeter(x, y)
rot_order(x, y, h)
rotOrder(h, x, y)
x |
A vector of x (or longitude) coordinates. |
y |
A vector of y (or latitude) coordinates. |
h |
A vector of headings (in radians). |
A single value between 0 and 1 corresponding to the rotational order parameter of the group.
Simon Garnier, garnier@njit.edu
pol_order
x <- rnorm(25)
y <- rnorm(25, sd = 3)
h <- runif(25, 0, 2 * pi)
rot_order(x, y, h)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.