intersection coordinates of two polygons
Mark Trinder <Mark.Trinder at rpsgroup.com> writes:
Is there a way to output the coordinates of the intersections of two polygons?
In the 'spatstat' package, if A and B are two polygons (objects of class 'owin'
with type 'polygonal') then
crossing.psp(as.psp(A), as.psp(B))
returns a point pattern consisting of the intersection points between the edges of the
two polygons.
Adrian Baddeley