species.name | R Documentation |
The function can be used to obtain species names from a tree string.
species.name(str)
str |
a tree string in the parenthetical format |
The function returns the species names. If the tree string contains only the node number instead of species names, the function will return the node numbers.
The function returns the species names.
Liang Liu lliu@uga.edu
read.tree.string
tree.string<-"(((H:4.2,C:4.2):3.1,G:7.3):6.3,O:13.5);"
species.name(tree.string)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.