TreeDistPlot | R Documentation |
Convenience plotting function used in vignettes and documentation.
TreeDistPlot(
tr,
title = NULL,
bold = NULL,
leaveRoom = FALSE,
prune = integer(0),
graft = integer(0),
edge.color = "black",
edge.width = NULL,
...
)
tr |
A tree of class |
title |
|
bold |
Integer specifying which leaves to print in bold. |
leaveRoom |
Logical specifying whether to leave space to print tree distances beneath the plotted tree. |
prune , graft |
Integer vectors specifying which edges to highlight as pruned and grafted. |
edge.color |
Additional parameter to |
edge.width , ... |
Additional parameters to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.