plot_support: Plot support Plot a tree with support values on each internal...

View source: R/plot_support.R

plot_supportR Documentation

Plot support Plot a tree with support values on each internal branch.

Description

Plot support Plot a tree with support values on each internal branch.

Usage

plot_support(
  main_tree,
  n_trees,
  branch_support,
  rooted = TRUE,
  boot = FALSE,
  lab_size = 2,
  supp_size = 2,
  xlim_max = 0.5
)

Arguments

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.

Value

A ggtree object.


svteichman/TreeVizPackage documentation built on June 22, 2022, 11:21 p.m.