View source: R/ggtree_function_extensions.R
remove_tips_from_tree | R Documentation |
Given a list of tips, remove these from a tree object and return the pruned tree
remove_tips_from_tree(tree, tips)
tree |
Tree object |
tips |
List of tips as present in tree |
Tree object with requested tips pruned out
remove_tips_from_tree(tree_object, list_of_tips)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.