Slices the tree at a particular point and returns all subtrees, or the tree rootward of the point
This function slices a tree at a particular height above the root and returns all subtrees or all non-trivial subtrees (i.e., subtrees with more than 1 taxon). Uses extract.clade
in the "ape" package.
It can also be used to crop the terminal fraction of a tree for orientation="rootwards"
.
treeSlice(tree, slice, trivial=FALSE, prompt=FALSE, ...)
tree |
is a phylogenetic tree in |
slice |
a real number indicating the height above the root at which to slice the tree. |
trivial |
a logical value indicating whether or not to return subtrees with a number of tips less than two (default is |
prompt |
logical value indicating whether or not the height of the slice should be given interactively. |
... |
for |
An object of class "phylo"
or "multiPhylo"
.
Liam Revell liam.revell@umb.edu
Revell, L. J. (2012) phytools: An R package for phylogenetic comparative biology (and other things). Methods Ecol. Evol., 3, 217-223.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.