Learn R Programming

phylotools (version 0.1.2)

RMPD: Ratio of mean phylogenetic distance of two phylogenetic trees

Description

Ratio of the mean phylogenetic distance between the tips in subtree to the mean phylogenetic distance between the tips in whole tree.

Usage

RMPD(subtree, tree)

Arguments

subtree
A subset of phylogenetic tree
tree
A phylogenetic tree

Details

RMPD > 1 indicate the tips in the "subtree" are less phylogenetic related than in "tree". This ratio could be used as a representative of phylogenetic relationships of species that occurred in subtree in comparison with in "tree". RMPD < 1 indicate the tips in "subtree" are more close related

References

To be added

See Also

resid.tree

Examples

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

Run the code above in your browser using DataLab