gtable_spacer: Create a row/col spacer gtable.

gtable_spacerR Documentation

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)

Arguments

widths

unit vector of widths

heights

unit vector of heights

Value

A gtable object

See Also

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


gtable documentation built on Aug. 21, 2023, 5:07 p.m.