powered by
construct a WLabel
WLabel( x = NULL, dm = WDim(), name = "", fontsize = 12, rot = 0, color = "black" )
text to be labeled
position
name
font size
rotation
color of the label
a WLabel object
# NOT RUN { WHeatmap(matrix(rnorm(2000),nrow=40)) + WLabel("This is a label.", RightOf(), rot=-90) # }
Run the code above in your browser using DataLab