remove_tips_from_tree: Prune a list of tips from a tree

View source: R/ggtree_function_extensions.R

remove_tips_from_treeR Documentation

Prune a list of tips from a tree

Description

Given a list of tips, remove these from a tree object and return the pruned tree

Usage

remove_tips_from_tree(tree, tips)

Arguments

tree

Tree object

tips

List of tips as present in tree

Value

Tree object with requested tips pruned out

Examples

remove_tips_from_tree(tree_object, list_of_tips)

djw533/micro.gen.extra documentation built on Nov. 8, 2024, 5:11 a.m.