Description Usage Arguments Value See Also Examples
plot hues for a tree.ranges
result
1 2 3 4 5 6 7 8 9 | tree.ranges.plot(
tr,
add = FALSE,
show.tree = FALSE,
ts.col = "lightgrey",
ts.lty = 1,
ts.lwd = 1,
...
)
|
tr |
output of |
add |
add to existing plot or start new one |
show.tree |
show lines indicating the tree structure |
ts.col |
tree segment color |
ts.lty |
tree segment line type |
ts.lwd |
tree segment line width |
... |
passed to |
none
hue.range.colors
for an unordered display
1 2 | tr <- tree.ranges(dummy.tree())
tree.ranges.plot(tr, show.tree = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.