rename_taxa {treeio} | R Documentation |
rename tip label of phylogenetic tree
rename_taxa(tree, data, key, value)
tree |
tree object, either treedata or phylo |
data |
data frame |
key |
column in data that match tip label |
value |
column in data for rename tip label |
tree object
Guangchuang Yu