haveOverlap {tigers} | R Documentation |
Compare Two Polygons
Description
These functions compare two polygons.
Usage
haveOverlap(A, B)
samePolygons(A, B, digits = 10)
Arguments
A , B |
Two two-column matrices giving the coordinates of two polygons. |
digits |
the number of digits considered when comparing the coordinates. |
Value
a single logical value
Author(s)
Emmanuel Paradis
See Also
[Package tigers version 0.1-3 Index]