powered by
A Yule model is also known as a pure-birth model; a birth-death model without extinction.
create_yule_tree(n_taxa = 6, crown_age = 10, n_0 = 2)
a phylogenetic tree of type phylo
number of tree tips
the fixed crown age of the posterior. Set to NA to let it be estimated
number of starting species
Giovanni Laudanno, Richèl J.C. Bilderbeek
n_taxa <- 31 crown_age <- 41 create_yule_tree( n_taxa = 31, crown_age = 41 )
Run the code above in your browser using DataLab