View source: R/visualiseTree.R
addTree | R Documentation |
a function to create a skeleton tree diagram to display significance testing results on each node
addTree(p, offset = 0.3, font_size = 2.5, hjust = 0)
p |
a phylogenetic tree plot created from the ggtree() function |
offset |
distance between leaf nodes on the tree and their labels |
font_size |
font size of leaf labels |
hjust |
horizontal justification as defined in ggplot2 |
a ggtree graph object with the hierarchical tree of clusters and corresponding labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.