Description Usage Arguments Value Note See Also
View source: R/cut_multipoly.R
Intersect or take complement (?) of one or many polygons with a single one.
1 | cut_multipoly(x, xb, in.or.out = 0)
|
x |
Polygon or polygons, seperated with NAs, hence 'multipoly' |
xb |
Polygon to intersect with/complement from |
in.or.out |
Whether to take the intersect (0) or complement of x in xb (1). Default 0 |
List with compents:
x, y |
with coordinates of intersection or complement (?) |
Check use of in.or.out=1
, when there are many polygons in
x
, how is the complement with xb
taken? Needs elaboration.
Possibly drop in.or.out from argument list and fix it at 0 in call to
findcut.
Called by geopolygon
, calls findcut
and
prepare.line
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.