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.
poly_clip(a, b, op = c("intersection", "union", "minus", "xor"))
op |
operation |
x |
polygon |
y |
polygon |
A list of lists.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.