cbind_2: cbind two gtables

Description Usage Arguments Value

View source: R/gtable_utils.R

Description

cbind two gtables

Usage

1
cbind_2(x, y, size = "max", width = 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

width

padding width between grobs

Value

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


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