PCMTreePreorder {PCMBase}R Documentation

Pre-order tree traversal

Description

Pre-order tree traversal

Usage

PCMTreePreorder(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 pre-order.


[Package PCMBase version 1.2.14 Index]