GrobMarginSet: GrobMarginSet

Description Usage Arguments Value

View source: R/GGPlot2Tools_GrobMarginSet.R

Description

GrobMarginSet

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
GrobMarginSet(
  grob,
  tLab = NULL,
  rLab = NULL,
  bLab = NULL,
  lLab = NULL,
  tAxis = NULL,
  rAxis = NULL,
  bAxis = NULL,
  lAxis = NULL,
  labsList = NULL,
  axisList = NULL,
  labsMar = NULL,
  axisMar = NULL,
  nullOutBorder = TRUE
)

Arguments

grob

Input grob.

tLab

Top label margin.

rLab

Right label margin.

bLab

Bottom label margin.

lLab

Left label margin.

tAxis

Top axis margin.

rAxis

Right axis margin.

bAxis

Bottom axis margin.

lAxis

Left axis margin.

labsList

When not NULL, is used instead of other label parameters.

axisList

When not NULL, is used instead of other axis parameters.

labsMar

A margin item used instead of labsList.

axisMar

A margin item used instead of axisList.

nullOutBorder

If TRUE sets borders to zero.

Value

Modified grob.


Ilia-Kosenkov/RLibs documentation built on Jan. 26, 2020, 2:21 p.m.