Learn R Programming

phylotools (version 0.1.2)

resid.tree: The undeleted terminals of a phylogenetic tree

Description

This is a internal function, and only handling the object that generated by del.tree.tip.

Usage

resid.tree(tree, deltree)

Arguments

tree
A phylogenetic tree
deltree
An object that generated by del.tree.tip

Value

The phylogenetic tree of the deleted tipes

See Also

del.tree.tip

Examples

Run this code
data(bird.orders)
del <- del.tree.tip(bird.orders,3)
del.tree <- resid.tree(bird.orders, del)
plot(del.tree)

Run the code above in your browser using DataLab