Description Usage Arguments Details See Also Examples
View source: R/manip-methods.R
Returns a tree with a node ID(s) removed
1 | rmNodes(tree, nids, progress = "none")
|
tree |
|
nids |
internal node IDs |
progress |
name of the progress bar to use, see |
Removes nodes in a tree. Joins the nodes following to the nodes preceding the node to be removed. Creates polytomies. Warning: do not use this function to remove tip nodes, this create a corrupted tree.
addTip
, rmTips
,
https://github.com/DomBennett/treeman/wiki/manip-methods
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.