rename_labs | R Documentation |
Rename labels Given a set of old and new labels, switch between the two.
rename_labs(match_df, tree, old_label = "oldlab", new_label = "newlab")
match_df |
A dataframe with matched columns for the old and new labels. |
tree |
A tree to rename tip labels for. |
old_label |
The name of the column in match_df containing the old tip labels. |
new_label |
The name of the column in match_df containing the new tip labels. |
The tree with renamed tip labels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.