plot_boot_support: Plot bootstrap support Plot a tree with bootstrap support...

View source: R/plot_boot_support.R

plot_boot_supportR Documentation

Plot bootstrap support Plot a tree with bootstrap support values on each edge.

Description

Plot bootstrap support Plot a tree with bootstrap support values on each edge.

Usage

plot_boot_support(
  main_tree,
  support,
  lab_size = 2,
  supp_size = 2,
  xlim_max = 0.5,
  hjust = 1
)

Arguments

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.

Value

A ggtree object.


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