is_phylo | R Documentation |
Checks if the input is a phylogeny
is_phylo(x)
x |
input to be checked |
TRUE or FALSE
Richèl J.C. Bilderbeek
Use check_phylogeny to check for a phylogeny
check_empty_beautier_folder()
# TRUE
phylogeny <- ape::read.tree(text = "(a:15,b:15):1;")
is_phylo(phylogeny)
# FALSE
is_phylo("nonsense")
is_phylo(NA)
is_phylo(NULL)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.