| strip_tree_annotations | R Documentation |
Removes bootstrap/support node labels and NHX comment metadata from a tree
so they are not carried into the rendered output. Works on both phylo
and treedata objects. For treedata objects, data columns whose
names match common annotation patterns (support values, rates, heights,
HPD intervals, comments, NHX/taxid metadata) are dropped; the exact matched
column names are logged at INFO level.
strip_tree_annotations(tree)
tree |
A phylo or treedata object. |
The same tree class with annotation fields cleared.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.