avgLadder {phyloTop} | R Documentation |
Average ladder size
Description
Finds the mean size of ladders in the tree
Usage
avgLadder(tree, normalise = FALSE)
Arguments
tree |
a tree of class |
normalise |
option to normalise the result, default is |
Value
The mean ladder size
Author(s)
Michelle Kendall michelle.louise.kendall@gmail.com
See Also
Examples
## Find the average ladder size in a random tree with 20 tips:
tree <- rtree(20)
plot(tree)
avgLadder(tree)
# and the normalised average ladder size:
avgLadder(tree, normalise=TRUE)
[Package phyloTop version 2.1.2 Index]