labelClade function labelClade(TimeTree tree, String[] taxa, String label) Find the most recent common ancestor of given taxa names in the tree and give it a label. Parameters TimeTree tree - the tree to label String[] taxa - the root of the taxa names would be labelled String label - the label Return type TimeTree