YuLab-SMU / treeio

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

Just wonder, are the functions drop.tip() and tree_subset() same in mathematics? #108

Open judyssister opened 1 year ago

judyssister commented 1 year ago

For example, tree0 could be divided into subtree1 and subtree2. If extracting subtree1 using tree_subset() equals to that deleting all tips of subtree2 from tree0?