| PCMTreeGetLabels | R Documentation |
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)
tree |
a phylo object |
a character vector
PCMTreeGetLabels(): Get all labels in the order (tips,root,internal).
PCMTreeGetRootLabel(): Get the root label
PCMTreeGetNodeLabels(): Get the internal node labels
PCMTreeGetTipLabels(): Get the tip labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.