Nested layout with an arbitrary grid::viewport()

igl_vp(
  ...,
  x = unit(0.5, "npc"),
  y = unit(0.5, "npc"),
  width = unit(1, "npc"),
  height = unit(1, "npc"),
  default.units = "npc",
  just = "centre",
  gp = gpar(),
  clip = "inherit",
  mask = "inherit",
  xscale = c(0, 1),
  yscale = c(0, 1),
  angle = 0,
  layout = NULL,
  layout.pos.row = NULL,
  layout.pos.col = NULL,
  name = NULL
)

Arguments

...

grobs within this viewport

x, y, width, height, default.units, just, gp, clip, mask, xscale, yscale, angle, layout, layout.pos.row, layout.pos.col, name

See grid::viewport() documentation.

See also

Other layout: igl_row()