Calculate Depth of a Tree

USAGE:

tree.depth(nodes) 

ARGUMENTS:

nodes
node numbers of a tree object.

VALUE:

depth of a tree accounting for trees with arbitrary root numbers. Not intended to be called directly by users.

SEE ALSO:

.