| igraph_to_dodgr | R Documentation |
dodgr representation.Convert a igraph network to an equivalent dodgr representation.
igraph_to_dodgr(graph)
graph |
An igraph network |
The dodgr equivalent of the input.
dodgr_to_igraph
Other conversion:
dodgr_deduplicate_graph(),
dodgr_to_igraph(),
dodgr_to_sf(),
dodgr_to_sfc(),
dodgr_to_tidygraph()
graph <- weight_streetnet (hampi)
graphi <- dodgr_to_igraph (graph)
graph2 <- igraph_to_dodgr (graphi)
identical (graph2, graph) # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.