Get the distance from a node to the root of a tree
depth.tree(tree, node)
A vector of character strings, each containing a newick tree
A vector of character strings, giving the node name to use for each tree. Will be recycled to the length of the first argument.
A numeric vector containing the distance from each given node to the root of the corresponding tree.