species.ed | R Documentation |
This function calculates evolutionary distinctiveness according to the fair-proportion index for each species.
species.ed(tree)
tree |
phylo. A dated tree. |
data.frame
Neander Marcel Heming and Gabriela Alves-Ferreira
Isaac, N. J., Turvey, S. T., Collen, B., Waterman, C. and Baillie, J. E. (2007). Mammals on the EDGE: conservation priorities based on threat and phylogeny. PLoS ONE 2, e296.
library(phyloraster)
tree <- ape::read.tree(system.file("extdata", "tree.nex",
package="phyloraster"))
plot(tree)
ed <- species.ed(tree)
ed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.