DR | R Documentation |
This function computes the tip diversification rates Jetz et al., 2012, or DR, for an inputted ultrametric phylogenetic tree.
DR(tree)
tree |
phylo. An ultrametric phylogenetic tree in the "phylo" format. |
The function returns a data frame containing the tip diversification rates for all species within the inputted phylogenetic tree.
Matheus Lima de Araujo matheusaraujolima@live.com
See the tutorial on how to use this function on our website. Jetz, Walter, et al. "The global diversity of birds in space and time." Nature 491.7424 (2012): 444-448. doi:10.1038/nature11631
# Generate a random tree
tree <- ape::rcoal(20)
# Computing the tip-DR
DR(tree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.