taxa_rename {treeio} | R Documentation |
rename taxa
taxa_rename(tree, name)
tree |
tree object |
name |
a two column data.frame contains original name in 1st column and new name in 2nd column |
updated tree object with new taxa name
guangchuang yu