Learn R Programming

tableExtra (version 1.0.1)

cbind_2: cbind two gtables

Description

cbind two gtables

Usage

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