Skip to content

Create a zero-column or zero-row gtable with the given heights or widths respectively.

Usage

gtable_row_spacer(widths)

gtable_col_spacer(heights)

Arguments

widths

unit vector of widths

heights

unit vector of heights

Value

A gtable object

See also

Other gtable construction: gtable(), gtable_col(), gtable_matrix(), gtable_row()