EH {ade4} | R Documentation |
computes the sum of branch lengths on an ultrametric phylogenetic tree.
EH(phyl, select = NULL)
phyl |
an object of class phylog |
select |
a vector containing the numbers of the leaves (species) which must be considered in the computation of the amount of Evolutionary History. This parameter allows the calculation of the amount of Evolutionary History for a subset of species. |
returns a real value.
Sandrine Pavoine pavoine@mnhn.fr
Nee, S. and May, R.M. (1997) Extinction and the loss of evolutionary history. Science, 278, 692–694.
data(carni70) carni70.phy <- newick2phylog(carni70$tre) EH(carni70.phy) EH(carni70.phy, select = 1:15) # Felidae