a tree of class phylo or phylo4. The tree should be binary and rooted; if not it will be coerced into a binary rooted tree using multi2di, if possible.
## 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)