Learn R Programming

ggphylo (version 0.1)

tree.extract.clade: Returns the sub-tree beneath the given node.

Description

Returns the sub-tree beneath the given node.

Usage

tree.extract.clade(phylo, node)

Arguments

phylo,
input phylo object
node,
the node from which to extract the clade / sub-tree

Value

phylo, a new phylo object corresponding to the sub-tree beneath the given node.