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
)
grobs within this viewport
See grid::viewport()
documentation.
Other layout:
igl_row()