TreeDistPlot {TreeDist} | R Documentation |
Plot a simple tree
Description
Convenience plotting function used in vignettes and documentation.
Usage
TreeDistPlot(
tr,
title = NULL,
bold = NULL,
leaveRoom = FALSE,
prune = integer(0),
graft = integer(0),
edge.color = "black",
edge.width = NULL,
...
)
Arguments
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 |
Author(s)
Martin R. Smith (martin.smith@durham.ac.uk)
[Package TreeDist version 2.9.1 Index]