ordering_grob: Grob to display an ordering as a dendrogram.

Description Usage Arguments See Also

View source: R/grid_util.R

Description

Display the dendrogram of an ordering, as a grid grob.

Usage

1
2
3
4
5
6
ordering_grob(
  ordering,
  transpose = FALSE,
  mirror = FALSE,
  hint_size = unit(5, "lines")
)

Arguments

ordering

An ordering produced by the make_ordering function.

transpose

Show a horizontal rather than a vertical dendrogram.

mirror

Should the leaves point left rather than right (down rather than up if transpose=TRUE)?

hint_size

Width (height if transpose=TRUE).

See Also

make_ordering


MonashBioinformaticsPlatform/varistran documentation built on March 21, 2020, 3:20 p.m.