View source: R/plot_boot_support.R
plot_boot_support | R Documentation |
Plot bootstrap support Plot a tree with bootstrap support values on each edge.
plot_boot_support( main_tree, support, lab_size = 2, supp_size = 2, xlim_max = 0.5, hjust = 1 )
main_tree |
A tree to plot edge information for. |
support |
A list of node values for each branch of main_tree. |
lab_size |
The size of the tip labels, default is 2. |
supp_size |
The size of the support labels, default is 2. |
xlim_max |
The length of the x axis. |
hjust |
Horizontal adjustment for support labels. |
A ggtree object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.