powered by
Get the character labels of the tips, root and internal nodes in the tree (see Functions below).
PCMTreeGetLabels(tree)PCMTreeGetRootLabel(tree)PCMTreeGetNodeLabels(tree)PCMTreeGetTipLabels(tree)
PCMTreeGetRootLabel(tree)
PCMTreeGetNodeLabels(tree)
PCMTreeGetTipLabels(tree)
a character vector
a phylo object
PCMTreeGetLabels(): Get all labels in the order (tips,root,internal).
PCMTreeGetLabels()
PCMTreeGetRootLabel(): Get the root label
PCMTreeGetRootLabel()
PCMTreeGetNodeLabels(): Get the internal node labels
PCMTreeGetNodeLabels()
PCMTreeGetTipLabels(): Get the tip labels
PCMTreeGetTipLabels()