dodgr_to_igraph
Convert a dodgr
graph to an igraph.
dodgr_to_igraph(graph, weight_column = "d")
graph |
A |
weight_column |
The column of the |
The igraph
equivalent of the input. Note that this will not
be a dual-weighted graph.
Other conversion:
dodgr_to_sfc()
,
dodgr_to_sf()
,
dodgr_to_tidygraph()
,
igraph_to_dodgr()
graph <- weight_streetnet (hampi) graphi <- dodgr_to_igraph (graph)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.