| dodgr_to_igraph {dodgr} | R Documentation |
Convert a dodgr graph to an igraph.
Description
Convert a dodgr graph to an igraph.
Usage
dodgr_to_igraph(graph, weight_column = "d")
Arguments
graph |
A |
weight_column |
The column of the |
Value
The igraph equivalent of the input. Note that this will not
be a dual-weighted graph.
See Also
Other conversion:
dodgr_deduplicate_graph(),
dodgr_to_sf(),
dodgr_to_sfc(),
dodgr_to_tidygraph(),
igraph_to_dodgr()
Examples
graph <- weight_streetnet (hampi)
graphi <- dodgr_to_igraph (graph)
[Package dodgr version 0.4.1 Index]