tree_get_singleton_outgroup: Identify the presence of a single lineage outgroup in a phylogeny
Description
Identify the presence of a single lineage outgroup in a phylogeny
Usage
tree_get_singleton_outgroup(tree = NULL)
Value
A character vector with the name of the single lineage outgroup.
Returns NA
if there is none.
Arguments
- tree
A tree either as a newick character string or as a phylo
object.