WLabel {wheatmap} | R Documentation |
construct a WLabel
WLabel(
x = NULL,
dm = WDim(),
name = "",
fontsize = 12,
rot = 0,
color = "black"
)
x |
text to be labeled |
dm |
position |
name |
name |
fontsize |
font size |
rot |
rotation |
color |
color of the label |
a WLabel object
WHeatmap(matrix(rnorm(2000),nrow=40)) + WLabel("This is a label.", RightOf(), rot=-90)