Extract vertices of graph, including spatial coordinates if included.
Source:R/graph-functions.R
dodgr_vertices.RdExtract vertices of graph, including spatial coordinates if included.
See also
Other misc:
compare_heaps(),
dodgr_flowmap(),
dodgr_full_cycles(),
dodgr_fundamental_cycles(),
dodgr_insert_vertex(),
dodgr_sample(),
dodgr_sflines_to_poly(),
merge_directed_graph(),
summary.dodgr_dists_categorical(),
write_dodgr_wt_profile()
Examples
graph <- weight_streetnet (hampi)
v <- dodgr_vertices (graph)