show_tree: Display tree

Description Usage Arguments Value Examples

View source: R/visualize.R

Description

Displays constructed tree and saves it at the given filename.

Usage

1
show_tree(filename, tree, title, edge_labels)

Arguments

filename

filename to which the plot will be saved

tree

ape::phylo tree

title

title name

edge_labels

optional labels for each branch

Value

None

Examples

1
2
show_tree(filename='tree.pdf', tree=icceTree$tree, title='Hematopoietic Tree', 
edge_labels=meth_gains_label) 

ethanmoyer/ICCE documentation built on Aug. 25, 2020, 5:18 p.m.