This function uses visNetwork
library for a better visualization of larger graphs.
Arguments
- graph
The graph to visualize.
- layout_tree
If
TRUE
, uselayout_tree()
to set initial nodes position.
Examples
if (FALSE) { # \dontrun{
graph = get_descendants('68346', output='graph')
interactive_plot(graph)
} # }