pq_helper {monocle} | R Documentation |
Recursively builds and returns a PQ tree for the MST
pq_helper(mst, use_weights = TRUE, root_node = NULL)
mst |
The minimum spanning tree, as an igraph object. |
use_weights |
Whether to use edge weights when finding the diameter path of the tree. |
root_node |
The name of the root node to use for starting the path finding. |