dodgr_to_igraph | R Documentation |
dodgr
graph to an 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.
igraph_to_dodgr
Other conversion:
dodgr_deduplicate_graph()
,
dodgr_to_sf()
,
dodgr_to_sfc()
,
dodgr_to_tidygraph()
,
igraph_to_dodgr()
graph <- weight_streetnet (hampi)
graphi <- dodgr_to_igraph (graph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.