plot_tree.Rd
A internal function used for the plotting of trees
plot_tree(
tree,
HI = NULL,
color_by = NULL,
linewidth = 1,
pointsize = 1,
textsize = 2.5,
labeller_function = NULL,
keep_conf_label = FALSE,
subset = NULL
)
object of class phylo to plot.
(optional) HI of the tree (unused).
(optional) lookup table with color labels (NULL).
(optional) numeric value defining linewidth of tree edges (1).
(optional) numeric value defining point size of tree tips (1).
(optional) numeric value defining linewidth of tree edges (2.5).
(optional) HI of the tree (unused).
(optional) Flat indicating if `confidence label' should be keeped (default: FALSE).
(optional) character vector defining a subset of samples to plot.
ggplot object
plot_tree(ape::rtree(5))