View source: R/visualization.R
plot_species_tree | R Documentation |
Plot species tree
plot_species_tree(tree = NULL, xlim = c(0, 1), stats_list = NULL)
tree |
Tree object as returned by |
xlim |
Numeric vector of x-axis limits. This is useful if your node tip labels are not visible due to margin issues. Default: c(0, 1). |
stats_list |
(optional) A list of data frames with Orthofinder summary
stats as returned by the function |
A ggtree/ggplot object with the species tree.
data(tree)
plot_species_tree(tree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.