| build_base_tree | R Documentation |
Create base tree plot based on layout type
build_base_tree(
tree,
layout,
angle,
line_width,
branch.length = "branch.length"
)
tree |
phylo object |
layout |
Layout type: "rectangular" or "circular" |
angle |
Fan angle for circular layout |
line_width |
Branch line width |
branch.length |
Branch length mode passed to ggtree. Use "none" to draw a cladogram where all tips are aligned (ignoring original branch lengths). Default: "branch.length" (use original edge lengths). |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.