rbind_2: rbind two gtables

Description Usage Arguments Value

View source: R/gtable_utils.R

Description

rbind two gtables

Usage

1
rbind_2(x, y, size = "max", height = NULL)

Arguments

x

a gtable object

y

a gtable object

size

how should the widths be calculated?

  1. max maximum of all widths

  2. min minimum of all widths

  3. first widths/heights of first gtable

  4. last widths/heights of last gtable

height

padding height between grobs

Value

a gtable object with containing row-binded gtables x and y


tableExtra documentation built on Oct. 29, 2021, 5:06 p.m.