bind: rbind two or more gtables

Description Usage Arguments Value

Description

rbind two or more gtables

cbind two or more gtables

Usage

1
2
3
gtable_rbind(..., size = "max", height = NULL, z = NULL)

gtable_cbind(..., size = "max", width = NULL, z = NULL)

Arguments

...

gtables

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

z

optional z level

width

padding width between grobs

Value

a gtable object

a gtable object


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