simplify_network {rcrisp}R 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


[Package rcrisp version 0.1.4 Index]