poly_clip | R Documentation |
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"))
a |
polygon |
b |
polygon |
op |
operation |
A list of lists.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.