islines {stplanr} | R Documentation |
This is a function required in overline()
. It identifies
whether sets of lines overlap (beyond shared points) or
not.
islines(g1, g2)
g1 |
A spatial object |
g2 |
A spatial object |
Other rnet:
gsection()
,
overline()
,
rnet_breakup_vertices()
,
rnet_group()
## Not run:
# sf implementation
islines(routes_fast_sf[2, ], routes_fast_sf[3, ])
islines(routes_fast_sf[2, ], routes_fast_sf[22, ])
## End(Not run)