PCMTreeNumNodes.Rd
Number of all nodes in a tree
PCMTreeNumNodes(tree)
a phylo object
the number of nodes in tree including root, internal and tips.
Wrapper for nrow(tree$edge) + 1