heatmap.labels: Plot labels in a viewport

Description Usage Arguments Value

View source: R/heatmap.R

Description

heatmap.labels plots each string in 'labels' on a separate line in the current viewport. The size of the text and spacing between strings are adjusted so that the text will fill the viewport as much as possible.

Usage

1
2
heatmap.labels(labels, type = c("row.labels", "col.labels"),
  just = c("left", "right", "centre"), rot = 0)

Arguments

labels

character vector with strings to be drawn in the current viewport

type

either "row.labels" or "col.lables", determining if the text is to be drawn horizontally or vertically.

just

the justification of the text.

rot

rotation of the text in angles.

Value

invisible(NULL)


vdumeaux/mixtR documentation built on May 3, 2019, 4:58 p.m.