WLabel: construct a WLabel

View source: R/label.R

WLabelR Documentation

construct a WLabel

Description

construct a WLabel

Usage

WLabel(
  x = NULL,
  dm = WDim(),
  name = "",
  fontsize = 12,
  rot = 0,
  color = "black"
)

Arguments

x

text to be labeled

dm

position

name

name

fontsize

font size

rot

rotation

color

color of the label

Value

a WLabel object

Examples

WHeatmap(matrix(rnorm(2000),nrow=40)) + WLabel("This is a label.", RightOf(), rot=-90)


zwdzwd/wheatmap documentation built on March 17, 2022, 10:49 p.m.