Create a schematic plot showing the connections between each detection node in a parent-child table.
plotNodes(
parent_child = NULL,
layout = "auto",
point_size = 5,
label_points = T,
label_size = 2,
...
)
The output of `buildParentChild()`.
The type of layout to create. Either a valid string, a function, a matrix, or a data.frame (see Details)
size for points on graph (passed to `size` argument of `geom_node_point()`).
`TRUE/FALSE` should the nodes be labeled with their names? Default is `TRUE`.
size for node labels on graph (passed to `size` argument of `geom_node_label()`).
other arguments for `geom_edge_diagonal`, `geom_node_point()` or `geom_node_label()`.
a ggplot object