gtable (version 0.3.0)

gtable_spacer: Create a row/col spacer gtable.

Description

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

Usage

gtable_row_spacer(widths)

gtable_col_spacer(heights)

Value

A gtable object

Arguments

widths

unit vector of widths

heights

unit vector of heights

See Also

Other gtable construction: gtable_col, gtable_matrix, gtable_row, gtable