Calculates the pairwise mean height of a tree.
meanheight(tr)
tr
Returns the mean height of a tree.
Ian Wilson <I.Wilson@maths.abdn.ac.uk>
tr <- coal1(1000); meanheight(tr);