igraph_to_dodgr
Convert a igraph network to an equivalent dodgr
representation.
igraph_to_dodgr(graph)
graph |
An igraph network |
The dodgr
equivalent of the input.
Other conversion:
dodgr_to_igraph()
,
dodgr_to_sfc()
,
dodgr_to_sf()
,
dodgr_to_tidygraph()
graph <- weight_streetnet (hampi) graphi <- dodgr_to_igraph (graph) graph2 <- igraph_to_dodgr (graphi) identical (graph2, graph) # FALSE
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.