WCustomize | R Documentation |
Customize an existing plot
WCustomize( mar.left = NULL, mar.right = NULL, mar.top = NULL, mar.bottom = NULL, mar = NULL )
mar.left |
left margin [0.03] |
mar.right |
right margin [0.03] |
mar.top |
top margin [0.03] |
mar.bottom |
bottom margin [0.03] |
mar |
margin in all directions [0.03] |
an object of class WCustomize
WHeatmap(matrix(c('fred','frank','brad', 'frank','fred','frank'), ncol=2)) + WLegendV(NULL, RightOf(), label.fontsize = 20) + WCustomize(mar.right=0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.