powered by
Calculates ED, EcoD, EDGE, EcoDGE, and EcoEDGE, from Red List Categories, a phylogenetic tree, and a functional dendrogram.
EcoEDGE( category, phylo, func, funcweight = 0.5, phyloweight = 0.5, polytomy = "isaac" )
A table with calculated values for each variable.
data frame where the first column contains the red list categories of species.
phylogenetic tree of species.
functional dendrogram of species.
weight of ecological distinctiveness on the calculation of EcoEDGE scores.
weight of evolutionary distinctiveness on the calculation of EcoEDGE scores. Sum of funcweight and phyloweight must be equal to 1.
how to handle polytomies in the phylogeny and the functional dendrogram. See "ed.calc" function for details.
# https://rfunctions.blogspot.com/2021/03/ecoedge-ecologically-and-evolutionarily.html
Run the code above in your browser using DataLab