plot_support | R Documentation |
Plot support Plot a tree with support values on each internal branch.
plot_support( main_tree, n_trees, branch_support, rooted = TRUE, boot = FALSE, lab_size = 2, supp_size = 2, xlim_max = 0.5 )
main_tree |
A tree to check support for. |
n_trees |
The number of trees providing support for main_tree. |
branch_support |
A list of branch support values for each internal branch of main_tree. |
rooted |
A boolean, TRUE if the main tree is rooted |
boot |
A logical value, TRUE is the support values are bootstrap support. |
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. |
A ggtree object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.