Learn R Programming

PCMBase (version 1.2.14)

PCMTreePostorder: Post-order tree traversal

Description

Post-order tree traversal

Usage

PCMTreePostorder(tree)

Value

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

Arguments

tree

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