powered by
Acts like a spatial dissolve within a GIS environment. Simplifies a river network object by combining "runs" of segments with no other connections.
dissolve(rivers)
A new river network object with segments combined
The river network object to use
Matt Tyers
line2network
data(Kenai2) plot(x=Kenai2) Kenai2dissolve <- dissolve(rivers=Kenai2) plot(x=Kenai2dissolve)
Run the code above in your browser using DataLab