Learn R Programming

tableExtra (version 1.0.1)

gtable_rbind: rbind two or more gtables

Description

rbind two or more gtables

cbind two or more gtables

Usage

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