View source: R/get_crown_age.R
get_crown_age | R Documentation |
The crown age of a phylogeny is the time between the present and the moment of at which the first diversification (resulting in two lineages) happened.
get_crown_age(phylogeny)
phylogeny |
The phylogeny to obtain the crown age of |
the crown age of the phylogeny
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
phylogeny <- ape::read.tree(text = "(a:15,b:15):1;")
get_crown_age(phylogeny = phylogeny)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.