powered by
Check if a twin phylogeny is a valid phylogeny
check_twin_phylogeny(twin_phylogeny)
nothing
a phylogeny of class phylo
Richèl J.C. Bilderbeek
Use check_phylogeny for checking phylogenies in general
phylogeny <- ape::read.tree(text = "(((A:1, B:1):1, C:2):1, D:3);") check_twin_phylogeny(phylogeny)
Run the code above in your browser using DataLab