WCustomize: Customize an existing plot

View source: R/customize.R

WCustomizeR 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)

zwdzwd/wheatmap documentation built on March 17, 2022, 10:49 p.m.