View source: R/tree_processing.R
tree_add_outgroup | R Documentation |
Function to add an outgroup to any phylogeny, in phylo or newick format
tree_add_outgroup(tree = NULL, outgroup = "outgroup")
tree |
A tree either as a newick character string or as a |
outgroup |
A character vector with the name of the outgroup. If it has length>1, only first element will be used. |
A phylo object with no root edge.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.