edit_tree | R Documentation |
Auxiliar function for smoothly editing the tip labels of the backbone tree
edit_tree(tree, tips, edit = NULL, remove.tips = FALSE)
tree |
A backbone tree. |
tips |
Character vector with the phylogenetic tips to be edited or removed. |
edit |
A vector of the same length as |
remove.tips |
If TRUE, the specified tips will be pruned from the backbone tree (default is FALSE). |
An edited backbone tree.
Ignacio Ramos-Gutierrez, Rafael Molina-Venegas, Herlander Lima
cats <- edit_tree(cats, tips="Felis_silvestris",
edit= "Felis_silvestris_ssp._silvestris")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.