dodgr_components
Identify connected components of graph and add corresponding component
column to data.frame
.
dodgr_components(graph)
graph |
A |
Equivalent graph with additional component
column,
sequentially numbered from 1 = largest component.
Other modification:
dodgr_contract_graph()
,
dodgr_uncontract_graph()
graph <- weight_streetnet (hampi) graph <- dodgr_components (graph)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.