prune_long_tip_branches: Prune very long branches

View source: R/phylo.R

prune_long_tip_branchesR Documentation

Prune very long branches

Description

Prune tip branches that are 'f' times longer than the 'q'th quantile of all branch lengths in the tree.

Usage

prune_long_tip_branches(tree, q = 0.95, f = 5)

Arguments

tree

phylo object

q

quantile of all branch lengths

f

multiplicator for threshold


thackl/thacklr documentation built on Oct. 16, 2023, 9:15 p.m.