getSimTree: getSimTree

Description Usage Arguments Value Examples

Description

A function to permute a tree with the same tip and internal node times.

Usage

1
getSimTree(tree)

Arguments

tree

an object of class phylo

Value

a tree of class phylo with the same tip and internal node times as the input tree.

Examples

1
2
tree<-rtree(8)
tree2<-getSimTree(tree)

bdearlove/treeImbalance documentation built on May 12, 2019, 3:39 a.m.