Skip to content
Prev 24449 / 29559 Next

Overlay between polygons and their intersecting lines

Edzer,
I'm having trouble replicating what you state.  Below is from my R session.

### Start R session interaction
Attribute
1    1black
Attribute
1    1black
# The blue(2nd) segment intersects with the red(2nd) polygon => NOW GOOD !
[[1]]
  Attribute
1    1black
[[1]]
  Attribute
2      2red
[[1]]
  Attribute
1    1black
2      2red
[[1]]
  Attribute
1    1black
2      2red

### End R session

By the way, what is the minDimension argument in `over` function?  Why
do we need it?  Also, where can I read about it?  I cannot find it in
?over.

Thanks,
Vijay.

On Fri, May 27, 2016 at 5:33 PM, Edzer Pebesma
<edzer.pebesma at uni-muenster.de> wrote: