Description Usage Arguments Details See Also Examples
View source: R/manip-methods.R
Returns a tree with a tip ID(s) removed
1 |
tree |
|
tids |
tip IDs |
drp_intrnl |
Boolean, drop internal branches, default FALSE |
progress |
name of the progress bar to use, see |
Removes tips in a tree. Set drp_intrnl to FALSE to convert internal nodes into new tips. Warning: do not use this function to remove internal nodes, this create a corrupted tree.
addTip
, rmNodes
,
https://github.com/DomBennett/treeman/wiki/manip-methods
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.