Skip to contents

This function turns spatially explicit networks into spatially implicit networks by dropping the geometry column of the edge data.

Usage

make_edges_implicit(x)

Arguments

x

An object of class sfnetwork.

Value

An object of class sfnetwork with spatially implicit edges.

Note

If the network is already spatially implicit it is returned unmodified.