View source: R/check_phylogeny.R
check_phylogeny | R Documentation |
Calls stop
if the phylogeny is invalid
check_phylogeny(phylogeny)
phylogeny |
a phylogeny of type |
nothing
Richèl J.C. Bilderbeek
Use ape::read.tree
to create a phylogeny
check_empty_beautier_folder()
# Must do nothing on phylogenies
phylogeny <- ape::read.tree(text = "(A:1, B:1):1;")
check_phylogeny(phylogeny)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.