richelbilderbeek / pirouette

R package that estimates the error BEAST2 makes from a given phylogeny
GNU General Public License v3.0
3 stars 2 forks source link

Creating an exemplary DD tree #414

Closed richelbilderbeek closed 4 years ago

richelbilderbeek commented 4 years ago

Currently, the way to create an exemplary DD tree is this:

phylogeny <- create_dd_tree(n_taxa = n_taxa, crown_age = crown_age)

I think the name create_dd_tree is misleading, it should be create_exemplary_dd_tree. Following from that, if an exemplary tree is created, just pick the best, instead of a phylogeny in the top 5%.

richelbilderbeek commented 4 years ago

Done!