List tips descendings from all nodes of a tree
listTips(x)
A list whose components are vectors of named tips for a given node.
Thibaut Jombart tjombart@imperial.ac.uk
listDD
which lists the direct descendants for each
node.
treePart
which defines partitions of tips according to the
tree topology.
if(require(ape) & require(phylobase)){ ## make a tree x <- as(rtree(20),"phylo4") plot(x,show.node=TRUE) listTips(x) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.