tree.ranges.plot: plot hues for a 'tree.ranges' result

Description Usage Arguments Value See Also Examples

View source: R/clusterluts.R

Description

plot hues for a tree.ranges result

Usage

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,
  ...
)

Arguments

tr

output of tree.ranges

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 hue.range.lines

Value

none

See Also

hue.range.colors for an unordered display

Examples

1
2
tr <- tree.ranges(dummy.tree())
tree.ranges.plot(tr, show.tree = TRUE)

bennop/clusterLUTs documentation built on Nov. 21, 2020, 9:07 a.m.