View source: R/create_generative_trees.R
create_yule_tree | R Documentation |
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)
n_taxa |
number of tree tips |
crown_age |
the fixed crown age of the posterior. Set to NA to let it be estimated |
n_0 |
number of starting species |
a phylogenetic tree of type phylo
Giovanni Laudanno, Richèl J.C. Bilderbeek
n_taxa <- 31
crown_age <- 41
create_yule_tree(
n_taxa = 31,
crown_age = 41
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.