haveOverlap {tigers} | R Documentation |
These functions compare two polygons.
haveOverlap(A, B)
samePolygons(A, B, digits = 10)
A , B |
Two two-column matrices giving the coordinates of two polygons. |
digits |
the number of digits considered when comparing the coordinates. |
a single logical value
Emmanuel Paradis