addTree {treekoR}R Documentation

Title

Description

a function to create a skeleton tree diagram to display significance testing results on each node

Usage

addTree(p, offset = 0.3, font_size = 2.5, hjust = 0)

Arguments

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

Value

a ggtree graph object with the hierarchical tree of clusters and corresponding labels


[Package treekoR version 1.2.1 Index]