View source: R/recode_outgroup.R
recode_outgroup | R Documentation |
Recodes outgroup edge. Recodes the branch going to an outgroup to the value provided.
recode_outgroup(tree, outgroup, value = NULL)
tree |
The tree of interest. |
outgroup |
The name of the outgroup in the tree of interest. |
value |
The value to make the outgroup edge. If null, defaults to the second largest length on the tree of interest. |
The tree of interest with the outgroup edge changed to the value provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.