View source: R/create_exemplary_dd_tree.R
create_exemplary_dd_tree | R Documentation |
Create an exemplary diversity-dependent (DD) birth-death tree, that is, a DD tree with a strong DD effect. The DD tree produced most likely has the desired number of taxa, but this is not always the case.
create_exemplary_dd_tree(n_taxa = 6, crown_age = 10, extinction_rate = 0.1)
n_taxa |
number of tree tips |
crown_age |
the fixed crown age of the posterior. Set to NA to let it be estimated |
extinction_rate |
per-species extinction rate |
a phylo
Giovanni Laudanno, Richèl J.C. Bilderbeek
Use create_exemplary_dd_tree_giappo for a different way to generate exemplary trees with a strong DD effect.
create_exemplary_dd_tree(
n_taxa = 3,
crown_age = 1
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.