WCustomize {wheatmap} | R Documentation |
Customize an existing plot
Description
Customize an existing plot
Usage
WCustomize(
mar.left = NULL,
mar.right = NULL,
mar.top = NULL,
mar.bottom = NULL,
mar = NULL
)
Arguments
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] |
Value
an object of class WCustomize
Examples
WHeatmap(matrix(c('fred','frank','brad',
'frank','fred','frank'), ncol=2)) +
WLegendV(NULL, RightOf(), label.fontsize = 20) +
WCustomize(mar.right=0.1)
[Package wheatmap version 0.2.0 Index]