Learn R Programming

swaRm (version 0.6.0)

.cartesian_perimeter: 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

Simon Garnier, garnier@njit.edu

See Also

chull_perimeter