matchSimNode: matchSimNode

Description Usage Arguments Value Examples

Description

A function that takes a node number in an observed tree, and finds the matching node in a tree simulated with getSimTree.

Usage

1
matchSimNode(obstree, simtree, node)

Arguments

obstree

an object of class phylo

simtree

an object of class phylo

node

a number

Value

the number of the node of height nheight in the simulated tree

Examples

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

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