Polygon Clipping
This function is provided to efficiently and safely handle clipping operations. It wraps around polyclip::polyclip(), which is an interface to the Clipper C++ library.
polyclip::polyclip()
poly_clip(a, b, op = c("intersection", "union", "minus", "xor"))
a
b
op
A list of lists.
Useful links