simplify_network: Simplify a spatial network by removing multiple edges and...

View source: R/network.R

simplify_networkR Documentation

Simplify a spatial network by removing multiple edges and loops.

Description

Simplify the graph, removing loops and double-edge connections following this approach. When dropping multiple edges, keep the shortest ones.

Usage

simplify_network(network)

Arguments

network

A network object

Value

A simplifed network object


rcrisp documentation built on Aug. 8, 2025, 6:42 p.m.