removemicrosegs: Remove Segments that are Smaller than the Connectivity...

View source: R/shortestroute_cleanup.R

removemicrosegsR Documentation

Remove Segments that are Smaller than the Connectivity Tolerance

Description

Automatically detects and removes segments with total displacement (straight-line distance between endpoints) less than the connectivity tolerance. These segments do not serve any real purpose, are bypassed in routes, and cannot be dissolved.

Usage

removemicrosegs(rivers)

Arguments

rivers

The river network object to use.

Value

A new river network object with the specified segments connected (see rivernetwork)

Note

This function is called within cleanup, which is recommended in most cases.

Author(s)

Matt Tyers

See Also

line2network

Examples

data(abstreams0)
abstreams1 <- removemicrosegs(abstreams0)

riverdist documentation built on Aug. 22, 2023, 5:06 p.m.