WLabel | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.