powered by
Customize an existing plot
WCustomize( mar.left = NULL, mar.right = NULL, mar.top = NULL, mar.bottom = NULL, mar = NULL )
left margin [0.03]
right margin [0.03]
top margin [0.03]
bottom margin [0.03]
margin in all directions [0.03]
an object of class WCustomize
# NOT RUN { WHeatmap(matrix(c('fred','frank','brad', 'frank','fred','frank'), ncol=2)) + WLegendV(NULL, RightOf(), label.fontsize = 20) + WCustomize(mar.right=0.1) # }
Run the code above in your browser using DataLab