haveOverlap: Compare Two Polygons

View source: R/FUNs.R

haveOverlapR 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

redundantVertices


tigers documentation built on May 29, 2024, 7:22 a.m.