powered by
a vertical legend
WLegendV( x = NULL, dm = NULL, name = "", n.stops = 20, n.text = 5, label.fontsize = 12, width = 0.05, height = 0.02, decreasing = FALSE, ... )
a name or a plotting object, if NULL use the last plotting object
position
name of the plotted legend
number of stops in computing continuous legend
number of text labels in continuous legend
label font size
width of each unit in plotted legend
height of each unit in plotted legend
reversed color map
additional options to WHeatmap
an object of class WLegendV
# NOT RUN { WHeatmap(matrix(1:4,nrow=2))+WLegendV(NULL, RightOf()) # }
Run the code above in your browser using DataLab