Skip to contents

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