EcoEDGE | R Documentation |
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"
)
category |
data frame where the first column contains the red list categories of species. |
phylo |
phylogenetic tree of species. |
func |
functional dendrogram of species. |
funcweight |
weight of ecological distinctiveness on the calculation of EcoEDGE scores. |
phyloweight |
weight of evolutionary distinctiveness on the calculation of EcoEDGE scores. Sum of funcweight and phyloweight must be equal to 1. |
polytomy |
how to handle polytomies in the phylogeny and the functional dendrogram. See "ed.calc" function for details. |
A table with calculated values for each variable.
# https://rfunctions.blogspot.com/2021/03/ecoedge-ecologically-and-evolutionarily.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.