earth.poly {fossil}R Documentation

Calculating a Minimum Convex Polygon

Description

Calculate a minimum convex polygon for a collection of points without knowing what points form the vertices.

Usage

earth.poly(x, plot.map = FALSE, ...)

Arguments

x a table with a latitude and longitude column respectively as the first two columns
plot.map
... plotting arguments to be passed to the map plotting function; will be ignored if plot.map=FALSE

Details

This function will plot a

Value

~Describe the value returned If it is a LIST, use

comp1 Description of 'comp1'
comp2 Description of 'comp2'

...

Author(s)

Matthew Vavrek

References

~put references to the literature/web site here ~

See Also

earth.tri

Examples

##add example

[Package fossil version 0.2.0 Index]