R/buildNodeGraph.R
buildNodeGraph.Rd
Create a graph object consisting of detection nodes and the edges that connect them.
buildNodeGraph(parent_child = NULL)
The output of `buildParentChild()`.
A `tbl_graph` or `igraph` object
Kevin See