.cartesian_perimeter {swaRm} | R Documentation |
Perimeter Of A Polygon In Cartesian Space
Description
Given a set of Cartesian coordinates representing a polygon, this function computes the perimeter of the polygon.
Usage
.cartesian_perimeter(x, y)
Arguments
x |
A vector of x coordinates. |
y |
A vector of y coordinates. |
Author(s)
Simon Garnier, garnier@njit.edu
See Also
[Package swaRm version 0.6.0 Index]