haveOverlap: Compare Two Polygons
Description
These functions compare two polygons.
Usage
haveOverlap(A, B)
samePolygons(A, B, digits = 10)
Value
a single logical value
Arguments
- A, B
Two two-column matrices giving the coordinates of two
polygons.
- digits
the number of digits considered when comparing the
coordinates.