YuLab-SMU / treeio

:seedling: Base Classes and Functions for Phylogenetic Tree Input and Output
https://yulab-smu.top/treedata-book/
96 stars 26 forks source link

drop.tip with method=="treedata" ignores additional parameters #57

Closed Percud closed 3 years ago

Percud commented 3 years ago

Prerequisites

Describe you issue

Hi,

Additional parameters are not passed to ape::drop.tip when method=="treedata". Then, for example, treeio::drop.tip(treedata, node, trim.internal=FALSE) also drops internal nodes.

Session Info ```r ```