Post-order tree traversal

PCMTreePostorder(tree)

Arguments

tree

a phylo object with possible singleton nodes (i.e. internal nodes with one daughter node)

Value

a vector of indices of edges in tree$edge in post-order.