grobs_tile: Tile grobs left to right

grobs_tileR Documentation

Tile grobs left to right

Description

Tile grobs left to right

Usage

grobs_tile(
  grobs,
  name = NULL,
  ref_grob = 1,
  use_x = NULL,
  verbose = FALSE,
  debug = FALSE,
  ...
)

Arguments

grobs

one of the following forms of grid graphical objects:

  • list containing grid grobs, or gTree objects.

  • single gTree objects, which is broken into a list of components

  • gList containing grid grobs or gTree objects.

ref_grob

integer intended to define the reference object, and refers to the object in order they are defined in the gTree.

use_x

unit object, experimental, used instead of ref_grob to define the starting position.

verbose

logical indicating whether to print verbose output

debug

logical with experimental debug output

...

additional arguments are ignored.

See Also

Other grobs: grobs_exts(), grobs_stack(), grobs_xalign(), grobs_yalign()


jmw86069/venndir documentation built on Aug. 9, 2024, 10:36 a.m.