root.phylo {treeio} | R Documentation |
re-root a tree
## S3 method for class 'phylo' root(object, node, ...) ## S3 method for class 'treedata' root(object, node, ...)
object |
tree object |
node |
node to reroot |
... |
additional parameters |
rerooted tree
Guangchuang Yu